Boost logo

Boost :

From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2005-08-17 04:15:23


> -----Original Message-----
> From: boost-bounces_at_[hidden]

> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk