
21 Feb
2005
21 Feb
'05
3 p.m.
Andreas Huber wrote:
Felipe Magno de Almeida wrote:
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?
FWIW, boost::fsm currently also has its own typei_info wrapper and I'm aware of at least another proposed lib that would benefit of such a thing. So the need is definitely there, even for a boost::detail-only implementation.
IIRC, serialization library also has it's own extended type info facilities. Jeff Flinn