mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
refactor: use core/swap over deprecated swap header
In boost/swap.hpp: ```cpp // The header file at this path is deprecated; // use boost/core/swap.hpp instead. ```
This commit is contained in:
parent
69f6588d7c
commit
f11a56c2a7
@ -23,7 +23,7 @@
|
||||
// contains. More details on these issues are at libs/utility/value_init.htm
|
||||
|
||||
#include <boost/config.hpp> // For BOOST_NO_COMPLETE_VALUE_INITIALIZATION.
|
||||
#include <boost/swap.hpp>
|
||||
#include <boost/core/swap.hpp>
|
||||
#include <cstring>
|
||||
#include <cstddef>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user