Hello, I am looking for a way to support move semantics with a few of my classes in a personal project I am working on. As soon as Visual C++ 2010 Express Edition comes out, I plan to convert the code to use R-value references, but I would prefer to have move semantics now so I can avoid needless expensive copies now. The Boost.Move code in the sandbox (http://svn.boost.org/svn/boost/sandbox/move/) seems to meet my needs, but I have not tried it yet; so I do not know whether it is stable or not. Does anyone know the status of this implementation. Is it relatively bug-free or should I not use it right now? If there is another move library that you would recommend, feel free to let me know. Thanks, Phil Deets II -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
participants (1)
-
Phil Deets