|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56060 - trunk/boost/spirit/home/support/detail
From: frabar666_at_[hidden]
Date: 2009-09-06 05:57:38
Author: fbarel
Date: 2009-09-06 05:57:37 EDT (Sun, 06 Sep 2009)
New Revision: 56060
URL: http://svn.boost.org/trac/boost/changeset/56060
Log:
Spirit: support use with 1.40 release
Text files modified:
trunk/boost/spirit/home/support/detail/make_vector.hpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/boost/spirit/home/support/detail/make_vector.hpp
==============================================================================
--- trunk/boost/spirit/home/support/detail/make_vector.hpp (original)
+++ trunk/boost/spirit/home/support/detail/make_vector.hpp 2009-09-06 05:57:37 EDT (Sun, 06 Sep 2009)
@@ -6,10 +6,10 @@
==============================================================================*/
#include <boost/version.hpp>
-// This is the same as the one in fusion in Boost 1.40. This is provided
-// for compatibility with Boost 1.39 and below.
+// This is the same as the one in fusion in Boost 1.41. This is provided
+// for compatibility with Boost 1.40 and below.
-#if (BOOST_VERSION > 103900)
+#if (BOOST_VERSION > 104000)
#include <boost/fusion/include/make_vector.hpp>
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