Now I have such a problem:
I need full name of a class (with template params), to automatically create classes
But if there are 2 or more than 2 params in template list, G++ will split the string because there are comma(s) in it, while VS2008 not
I know this may be undefined behavior
But is there any method to get full class name?