refactor: use core/enable_if over utility/enable_if

This commit is contained in:
fanquake
2022-08-30 17:28:54 +01:00
parent 6931736390
commit e8ba63c4ad
8 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/type_traits/type_identity.hpp> // for boost::type_identity
#include <boost/utility/enable_if.hpp> // for boost::disable_if
#include <boost/core/enable_if.hpp> // for boost::disable_if
namespace boost { namespace algorithm {