No template arguments in BOOST_MOVABLE_BUT_NOT_COPYABLE

Was causing errors on Visual C++ 7.1.
This commit is contained in:
Daniel James
2018-01-10 09:58:08 +00:00
parent 00a4185cf1
commit d55c9565ab

View File

@ -801,7 +801,7 @@ namespace boost {
template <typename T> class optional
{
BOOST_MOVABLE_BUT_NOT_COPYABLE(optional<T>)
BOOST_MOVABLE_BUT_NOT_COPYABLE(optional)
boost::unordered::detail::value_base<T> value_;
bool has_value_;