mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +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
|
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_;
|
boost::unordered::detail::value_base<T> value_;
|
||||||
bool has_value_;
|
bool has_value_;
|
||||||
|
Reference in New Issue
Block a user