forked from boostorg/unordered
Fix a workaround macro.
[SVN r48791]
This commit is contained in:
@ -240,7 +240,7 @@ namespace minimal
|
|||||||
size_type max_size() const { return 1000; }
|
size_type max_size() const { return 1000; }
|
||||||
|
|
||||||
#if defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP) || \
|
#if defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP) || \
|
||||||
BOOST_WORKAROUND(MSVC, <= 1300)
|
BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
|
||||||
public: allocator& operator=(allocator const&) { return *this;}
|
public: allocator& operator=(allocator const&) { return *this;}
|
||||||
#else
|
#else
|
||||||
private: allocator& operator=(allocator const&);
|
private: allocator& operator=(allocator const&);
|
||||||
|
Reference in New Issue
Block a user