refactor: use core/swap.hpp over utility/swap.hpp

The later is deprecated.
This commit is contained in:
Michael Ford
2022-12-04 15:24:10 +00:00
committed by GitHub
parent 5d1c899afb
commit dc9592de76

View File

@ -36,10 +36,10 @@
#include <utility> // needed for the assignment from pair to tuple
#include <cstddef> // for std::size_t
#include <boost/core/swap.hpp>
#include <boost/type_traits/cv_traits.hpp>
#include <boost/type_traits/function_traits.hpp>
#include <boost/type_traits/integral_constant.hpp>
#include <boost/utility/swap.hpp>
#include <boost/detail/workaround.hpp> // needed for BOOST_WORKAROUND