Merge pull request #24 from fanquake/patch-1

refactor: use core/swap.hpp over utility/swap.hpp
This commit is contained in:
Joel de Guzman
2022-12-05 06:07:24 +08:00
committed by GitHub

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