Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48791 - trunk/libs/unordered/test/objects
From: daniel_james_at_[hidden]
Date: 2008-09-15 17:48:46


Author: danieljames
Date: 2008-09-15 17:48:46 EDT (Mon, 15 Sep 2008)
New Revision: 48791
URL: http://svn.boost.org/trac/boost/changeset/48791

Log:
Fix a workaround macro.
Text files modified:
   trunk/libs/unordered/test/objects/minimal.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/unordered/test/objects/minimal.hpp
==============================================================================
--- trunk/libs/unordered/test/objects/minimal.hpp (original)
+++ trunk/libs/unordered/test/objects/minimal.hpp 2008-09-15 17:48:46 EDT (Mon, 15 Sep 2008)
@@ -240,7 +240,7 @@
         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&);


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk