mirror of
https://github.com/boostorg/unordered.git
synced 2026-05-04 19:54:18 +02:00
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