It seems the following code cannot be handled correctly.
template <int num> struct ExceptionCodeType { enum { number = num }; };
Logged In: YES user_id=1568577 Originator: NO
template structs should be handled right, see t6_2. But this could be a problem with an Enum inside a template.
Log in to post a comment.
Logged In: YES
user_id=1568577
Originator: NO
template structs should be handled right, see t6_2. But this could be a problem with an Enum inside a template.