22 Aug
2008
22 Aug
'08
6:45 p.m.
Gulevich Vasili Victorovich:
Is there an appropriate way to tell BOOST or stlport where type_info is?
The correct macro to test is BOOST_NO_STD_TYPEINFO: http://www.boost.org/doc/libs/1_36_0/libs/config/doc/html/boost_config/boost... BOOST_NO_STD_TYPEINFO Standard library The <typeinfo> header declares type_info in the global namespace instead of namespace std. I don't know whether it's defined properly on your configuration; can you check?