
----- Original Message ----- From: "Ion GaztaƱaga" <igaztanaga@gmail.com> To: <boost@lists.boost.org> Sent: Saturday, January 10, 2009 11:19 AM Subject: Re: [boost] C++03 unique_ptr emulation
vicente.botet wrote:
----- Original Message ----- From: "Ion GaztaƱaga" <igaztanaga@gmail.com> To: <boost@lists.boost.org> Sent: Friday, January 09, 2009 9:15 PM Subject: Re: [boost] C++03 unique_ptr emulation
Attaced it is your move_test adapted to the new proposal. It works on more cases than before. Define ALT1to come back to the preceding definition of move and rv.
I've corrected some errors when compiling with GCC 4.3 (some temporary "movable()" trying to bind to "movable &").
Could we know which changes? Can you share the new file?
Thanks for the changes! This approach seems promising.
I belive also. Thanks for pushing for a common Move library, Vicente