Andre Poenitz wrote:
On Wed, Mar 04, 2009 at 08:20:34AM +0100, Peter Kümmel wrote:
I think I'll just go and hide beneath my rock again ;-)
Maybe you are interested in replacing boost with 'real' C++: TR1.
I tried replacing our boost::shared_ptr with tr1::shared_ptr in
the week before the Meeting (gcc 4.3.x IIRC), and it did not compile.
I had no problems with tr1::shared_ptr only with scoped_ptr because
it is not part of tr1. But I did not try to compile with GCC.
To see hat GCC says is simple: just compile
lyx-devel/branches/personal/kuemmel/boost_1_36
Peter