
17 Aug
2005
17 Aug
'05
9:15 a.m.
-----Original Message----- From: boost-bounces@lists.boost.org
So the big question is, "Is there no known way of safely testing whether a type is an anonymous enum?"
Hi Mat. There shouldn't be a way to legally get it into a template to begin with. Template parameters cannot be bound to unnamed types. In other words, there is no context in which you could have an anonymous enum without already knowing that it is anonymous. Regards, Paul Mensonides