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






Reply With Quote