avoid a warning in boost

This commit is contained in:
Bassem Girgis
2020-01-22 15:51:49 -06:00
parent bedc944f48
commit d5109aa647

View File

@@ -156,11 +156,7 @@ BOOST_CONSTEXPR typename enable_if_c<(is_unsigned<T>::value), T>::type unsigned_
// //
// Move support: // Move support:
// //
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
# define BOOST_MP_MOVE(x) std::move(x)
#else
# define BOOST_MP_MOVE(x) x # define BOOST_MP_MOVE(x) x
#endif
template <class T> template <class T>
struct bits_of struct bits_of