...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Copyright © 2008-2024 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)
Table of Contents
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 |
Boost.Move has been tested in the following compilers/platforms:
Warning | |
---|---|
GCC < 4.3 and MSVC < 9.0 are deprecated and will be removed in the next version. |