forked from boostorg/unordered
No template arguments in BOOST_MOVABLE_BUT_NOT_COPYABLE
Was causing errors on Visual C++ 7.1.
This commit is contained in:
@ -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_;
|
||||
|
Reference in New Issue
Block a user