1 Jul
2008
1 Jul
'08
1:55 p.m.
2008/7/1 Mojmir Svoboda
i did not found the documentation, can you point out what you had to change during porting, please? note that i know nothing about psp.
i'm quite limited by the use of -fno-rtti and boostpsp fails there too, for example using boost::shared_ptr<int> s(new int(5)); does not compile.
I don't know if it's documented anywhere, or how it's meant to be used, but if you're using 1.35, try defining BOOST_NO_TYPEID. http://svn.boost.org/trac/boost/ticket/1108 http://svn.boost.org/trac/boost/browser/trunk/boost/detail/sp_typeinfo.hpp Unfortunately, it doesn't seem to work in the release branch. I'll take that up in the developer list. Daniel