[ 561438 ] GenLinearHierarchy
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@211 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
f6fffe4dea
commit
18884e392f
1 changed files with 10 additions and 0 deletions
|
@ -272,6 +272,16 @@ namespace Loki
|
|||
{
|
||||
};
|
||||
|
||||
template
|
||||
<
|
||||
template <class, class> class Unit,
|
||||
class Root
|
||||
>
|
||||
class GenLinearHierarchy<NullType , Unit, Root>
|
||||
: public Root // is this better: Unit<NullType, Root> ?
|
||||
{
|
||||
};
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1300
|
||||
#pragma warning( pop )
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue