![]() |
Home | Libraries | People | FAQ | More |
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:
emplace
,
or if they support Boost.Move, moved into place.