Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Move emulation

Support for move semantics is implemented using Boost.Move. If rvalue references are available it will use them, but if not it uses a close, but imperfect emulation. On such compilers:


PrevUpHomeNext