I'm trying to use shared_ptr<> from boost 1.33.0 on the Metrowerks
CodeWarrior for PSP 1.2 (that's Playstation Portable) and am running into a
problem, which I believe may be related to the boost config system and it
not being prepared for my admittedly unusual toolchain. I have successfully
used this on many other platforms in the past, and have thoroughly enjoyed
the boost in productivity and safety through its use.
Here's my problem, a simple "hello world" app using boost::shared_ptr<
std::string > using the top-level