diff --git a/test/objects/minimal.hpp b/test/objects/minimal.hpp index 7fcfc63c..07441f09 100644 --- a/test/objects/minimal.hpp +++ b/test/objects/minimal.hpp @@ -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&);