Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58570 - trunk/boost/spirit/home/support
From: hartmut.kaiser_at_[hidden]
Date: 2009-12-29 18:07:56


Author: hkaiser
Date: 2009-12-29 18:07:55 EST (Tue, 29 Dec 2009)
New Revision: 58570
URL: http://svn.boost.org/trac/boost/changeset/58570

Log:
Spirit: restricted workaround to VC7.1
Text files modified:
   trunk/boost/spirit/home/support/meta_compiler.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/spirit/home/support/meta_compiler.hpp
==============================================================================
--- trunk/boost/spirit/home/support/meta_compiler.hpp (original)
+++ trunk/boost/spirit/home/support/meta_compiler.hpp 2009-12-29 18:07:55 EST (Tue, 29 Dec 2009)
@@ -56,7 +56,7 @@
             !use_operator<Domain, proto::tag::subscript>::value
         ), error_proto_tag_subscript_cannot_be_used, ());
 
-#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1400)
+#if !BOOST_WORKAROUND(BOOST_MSVC, < 1400)
         // this is the non-broken part for compilers properly supporting
         // partial template specialization (VC7.1 does not)
         struct cases


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