|
Boost : |
From: Jason Hise (chaos_at_[hidden])
Date: 2005-04-20 18:17:34
The following specialization fails to compile on .NET 2002. Is there a
good reason as to why, and if not, is there a suggested work around?
template < typename T >
class A
{
};
template < typename T >
class B
{
};
template < typename T >
class A < B < T > > // this is the specialization
{
};
-Jason Hise
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk