$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Mojmir Svoboda (mojmir.svoboda_at_[hidden])
Date: 2008-07-01 09:13:46
afternoon,
* Bruno Lalande <bruno.lalande_at_[hidden]> [2008-06-30 16:35:30 +0200]:
> Don't know about the 2 consoles mentioned in the title but for PSP you
> can take a look at my project on boost4psp.sourceforge.net (didn't
> have the time recently to work more on it unfortunately).
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.
someday i'll look whether all these rtti are really necessary and try
to replace them somehow..
i'm wondering - what do you plan to do with boostpsp? will it
potentially merge to mainline?
best regards,
mojmir