Merge pull request #19 from fanquake/use_core_swap

refactor: use core/swap.hpp over boost/swap.hpp
This commit is contained in:
Marshall Clow
2022-08-23 09:23:28 -07:00
committed by GitHub

View File

@ -44,8 +44,8 @@
#include <iterator>
#include <stdexcept>
#include <boost/assert.hpp>
#include <boost/core/swap.hpp>
#include <boost/static_assert.hpp>
#include <boost/swap.hpp>
#include <boost/throw_exception.hpp>
#include <algorithm>