
22 Feb
2005
22 Feb
'05
6:50 p.m.
Did you by any chance take a look at extended_typeinfo and void_cast from the serialization library? Robert Ramey Felipe Magno de Almeida wrote:
Ive searched in boost a typeid wrapper like the one Andrei Alexandrescu uses in his book (Modern C++ Design), but didnt found any, except one in the python library. It seemed very much what Im searching, so I'm wondering why it is in the python library. I think it is a very useful feature outside python library either. So Im asking if it shouldnt be a general class in the boost library, instead of being a feature to be used by the python library only?
Thanks in advance,