
I've made a TRAK item to request a new type traits feature - has_operator_new. I've included an implementation and a test - both type_traitsified. Hope you can see fit to check it out, and if it's OK, check it in. Let me know when you do this. Once this is in, I can clear a dependent feature request TRAK item from the serialization library. Robert Ramey

I've made a TRAK item to request a new type traits feature - has_operator_new. I've included an implementation and a test - both type_traitsified. Hope you can see fit to check it out, and if it's OK, check it in. Let me know when you do this. Once this is in, I can clear a dependent feature request TRAK item from the serialization library.
I'll look into it: did you test out the is_virtual_base in SVN type_traits Trunk BTW? John.

the is_virtual_base works for me - except for borland compilers. Robert Ramey John Maddock wrote:
I've made a TRAK item to request a new type traits feature - has_operator_new. I've included an implementation and a test - both type_traitsified. Hope you can see fit to check it out, and if it's OK, check it in. Let me know when you do this. Once this is in, I can clear a dependent feature request TRAK item from the serialization library.
I'll look into it: did you test out the is_virtual_base in SVN type_traits Trunk BTW?
John.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Robert, Just a quick ping to let you know I've just merged has_operator_new and is_virtual_base to the release branch: there are some changes that haven't quite worked their way through all the testers yet, but from those that have cycled, they look as good as they're likely to get for now, Regards, John.
participants (2)
-
John Maddock
-
Robert Ramey