Re: libbulletml transition

2009-06-30 Thread Luk Claes
Peter De Wachter wrote: > On Tue, 26 May 2009 20:57:01 +0200 > Adeodato Simó wrote: >>> I'm planning to upload a new version of the bulletml library. This >>> version will drop its dependency on Boost. The current version uses >>> Boost only for boost::shared_ptr, but the same thing exists in the

Re: libbulletml transition

2009-06-29 Thread Peter De Wachter
On Tue, 26 May 2009 20:57:01 +0200 Adeodato Simó wrote: > > I'm planning to upload a new version of the bulletml library. This > > version will drop its dependency on Boost. The current version uses > > Boost only for boost::shared_ptr, but the same thing exists in the > > C++ standard library the

Re: libbulletml transition

2009-05-26 Thread Adeodato Simó
+ Peter De Wachter (Wed, 13 May 2009 00:44:40 +0200): > Hi, Hello, > I'm planning to upload a new version of the bulletml library. This > version will drop its dependency on Boost. The current version uses > Boost only for boost::shared_ptr, but the same thing exists in the > C++ standard librar

libbulletml transition

2009-05-12 Thread Peter De Wachter
Hi, I'm planning to upload a new version of the bulletml library. This version will drop its dependency on Boost. The current version uses Boost only for boost::shared_ptr, but the same thing exists in the C++ standard library these days (std::tr1::shared_ptr). This causes an API change, and hence