Update of /cvsroot/boost/boost/boost/xpressive/proto
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18821/proto
Modified Files:
context.hpp
Log Message:
fix oops
Index: context.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/context.hpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- context.hpp 27 Mar 2007 06:38:16 -0000 1.14
+++ context.hpp 27 Mar 2007 06:44:07 -0000 1.15
@@ -11,7 +11,7 @@
#ifndef BOOST_PROTO_CONTEXT_HPP_EAN_01_08_2007
#define BOOST_PROTO_CONTEXT_HPP_EAN_01_08_2007
-#include <boost/xpressive/proto/detail/prefix.hpp>
+#include <boost/xpressive/proto/detail/prefix.hpp> // must be first include
#include <boost/preprocessor/cat.hpp>
#include <boost/preprocessor/iteration/iterate.hpp>
#include <boost/preprocessor/facilities/apply.hpp>
@@ -32,13 +32,12 @@
#include <boost/type_traits/add_reference.hpp>
#include <boost/xpressive/proto/proto_fwd.hpp>
#include <boost/xpressive/proto/tags.hpp>
-#include <boost/xpressive/proto/detail/suffix.hpp>
-
#include <boost/xpressive/proto/fusion.hpp>
#include <boost/fusion/functional/invocation/invoke.hpp>
#include <boost/fusion/sequence/view/transform_view.hpp>
#include <boost/fusion/algorithm/transformation/pop_front.hpp>
#include <boost/fusion/algorithm/transformation/push_front.hpp>
+#include <boost/xpressive/proto/detail/suffix.hpp> // must be last include
/// INTERNAL ONLY
///
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs