Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49122 - trunk/boost/spirit/home/phoenix/scope/detail
From: joel_at_[hidden]
Date: 2008-10-02 22:49:38


Author: djowel
Date: 2008-10-02 22:49:38 EDT (Thu, 02 Oct 2008)
New Revision: 49122
URL: http://svn.boost.org/trac/boost/changeset/49122

Log:
allow multiple inclusion let.hpp and lambda.hpp will have the guards
Text files modified:
   trunk/boost/spirit/home/phoenix/scope/detail/local_gen.hpp | 4 +---
   1 files changed, 1 insertions(+), 3 deletions(-)

Modified: trunk/boost/spirit/home/phoenix/scope/detail/local_gen.hpp
==============================================================================
--- trunk/boost/spirit/home/phoenix/scope/detail/local_gen.hpp (original)
+++ trunk/boost/spirit/home/phoenix/scope/detail/local_gen.hpp 2008-10-02 22:49:38 EDT (Thu, 02 Oct 2008)
@@ -5,8 +5,7 @@
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 ==============================================================================*/
 #ifndef BOOST_PP_IS_ITERATING
-#ifndef PHOENIX_SCOPE_DETAIL_LOCAL_GEN_HPP
-#define PHOENIX_SCOPE_DETAIL_LOCAL_GEN_HPP
+// Allow multiple inclusion. let.hpp and lambda.hpp will have the guards
 
 #include <boost/preprocessor/iterate.hpp>
 #include <boost/preprocessor/repetition/enum.hpp>
@@ -26,7 +25,6 @@
 
 #undef PHOENIX_LOCAL_GEN_PARAM
 #undef PHOENIX_LOCAL_GEN_ACTOR
-#endif
 
 ///////////////////////////////////////////////////////////////////////////////
 //


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