Re: [boost] [type traits] is_class, is_enum, test dependencies
by John Maddock other posts by this author
Oct 4 2003 10:15AM messages near this date
[boost] [type traits] is_class, is_enum, test dependencies
|
[boost] sorry just a test - having news problems
> I note that this was needed in order to pass the is_class tests
> because they expect is_class<SomeClass const>::value to be true. We
> don't have similar tests for is_enum.
>
> a. Should we?
Yes.
> b. Regardless, is it documented somewhere that const-ness is
> irrelevant to class-ness as far as the traits are concerned?
> Obviously if a == yes, then we need the same for is_enum.
Not very well, I'll update the docs.
John.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
David Abrahams
John Maddock
|