[ 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
|
#if defined(_MSC_VER) && _MSC_VER >= 1300
|
||||||
#pragma warning( pop )
|
#pragma warning( pop )
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue