Andriy
2008-05-05 15:22:06 UTC
Hello
Maybe someone knows the reason of the next compiler error notification.
template <typename T>
class TestA
{
public:
template <typename C>
void f();
};
template <>
template <typename C>
void TestA<double>::f()
{}
[BCC32 Error] E2299 Cannot generate template specialization from 'TestA<double>::f<C>()'
Maybe someone knows the reason of the next compiler error notification.
template <typename T>
class TestA
{
public:
template <typename C>
void f();
};
template <>
template <typename C>
void TestA<double>::f()
{}
[BCC32 Error] E2299 Cannot generate template specialization from 'TestA<double>::f<C>()'