avoid a warning in boost
This commit is contained in:
@@ -156,11 +156,7 @@ BOOST_CONSTEXPR typename enable_if_c<(is_unsigned<T>::value), T>::type unsigned_
|
||||
//
|
||||
// Move support:
|
||||
//
|
||||
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
|
||||
# define BOOST_MP_MOVE(x) std::move(x)
|
||||
#else
|
||||
# define BOOST_MP_MOVE(x) x
|
||||
#endif
|
||||
|
||||
template <class T>
|
||||
struct bits_of
|
||||
|
||||
Reference in New Issue
Block a user