
11 May
2007
11 May
'07
12:06 a.m.
Michael Marcin wrote:
I have a just come across a need for move semantics to make an interface clean and efficient. I read a while back that there was a move semantics library developed for boost (by David Abrahams?). Is it useable presently? Where can I find the latest version?
There seems to be move.hpp files in some places in the headers, like in boost variant ones. I wonder if it could use rvalue references if that feature is available.