Back to Alisql

Chapter 25. Boost.Move

extra/boost/boost_1_77_0/doc/html/move.html

latest1.1 KB
Original Source

| | Home | Libraries | People | FAQ | More |


Chapter 25. Boost.Move

Ion Gaztanaga

Copyright © 2008-2014 Ion Gaztanaga

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

| | Important | |

To be able to use containers of movable-only values in C++03 mode you will need to use containers supporting move semantics, like Boost.Container containers

|

Tested compilers

Boost.Move has been tested in the following compilers/platforms:

  • Visual C++ >= 7.1.
  • GCC >= 4.1.

| | Warning | |

GCC < 4.3 and MSVC < 9.0 are deprecated and will be removed in the next version.

|

|

Last revised: August 05, 2021 at 09:53:09 GMT

|

|