Merge pull request #90 from fanquake/remove_boost_swap

refactor: use core/swap over deprecated swap header
This commit is contained in:
Andrey Semashev 2022-04-29 18:26:16 +03:00 committed by GitHub
commit 11cff46019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>