Hi,
incorrect, but should not be an ICE:
template <typename T>
class XT {};
typedef XT<int> X;
class X{}; // ICE
Please could anybody verify whether it is fixed in 8.0?
Thanks, Stefan
Ronald Laeremans [MSFT] - 02 Jul 2004 14:15 GMT
c:\Test\ICE\ICE\ICE.cpp(12) : error C2371: 'X' : redefinition; different
basic types
c:\Test\ICE\ICE\ICE.cpp(10) : see declaration of 'X'
Ronald Laeremans
Visual C++ team
> Hi,
>
[quoted text clipped - 10 lines]
>
> Thanks, Stefan