Fix a workaround macro.

[SVN r48791]
This commit is contained in:
Daniel James
2008-09-15 21:48:46 +00:00
parent fe1385ab34
commit ab588fe872

View File

@ -240,7 +240,7 @@ namespace minimal
size_type max_size() const { return 1000; }
#if defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP) || \
BOOST_WORKAROUND(MSVC, <= 1300)
BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
public: allocator& operator=(allocator const&) { return *this;}
#else
private: allocator& operator=(allocator const&);