[ 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:
syntheticpp 2005-08-26 15:35:41 +00:00
parent f6fffe4dea
commit 18884e392f

View file

@ -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