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