S
Stefan Slapeta
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
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