
1 Oct
2008
1 Oct
'08
7:14 p.m.
On Wednesday 01 October 2008 09:29:15 Peter Barker wrote:
I'm looking for a type_info wrapper similar to the one described in Alexandrescu's Modern C++ design and wondered if Boost contained one that wasn't in the implementation detail area of another library?
Look in boost/python/type_id.hpp and its corresponding documentation. Regards, Ravi