Is this possible in any compiler at all? MSVC compiler keeps throwing INTERNAL COMPILER ERRORS at me and i'm getting mad :mad:
I've reduced the code to this, it won't throw a ICE but ít says syntax error at < in the typedef :confused:Code:template <class xA>class xB{
typedef xA::xC<int> E;
};
