Update of /cvsroot/boost/boost/libs/python/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6988
Modified Files:
Tag: RC_1_34_0
staticmethod.cpp
Log Message:
Merged header inclusion order fix from trunk to release branch.
Index: staticmethod.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/test/staticmethod.cpp,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- staticmethod.cpp 20 Feb 2006 15:45:40 -0000 1.3
+++ staticmethod.cpp 6 Jun 2006 09:44:35 -0000 1.3.2.1
@@ -2,7 +2,6 @@
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-#include <boost/assert.hpp>
#include <boost/python/class.hpp>
#include <boost/python/module.hpp>
@@ -10,6 +9,7 @@
#include <boost/python/call_method.hpp>
#include <boost/ref.hpp>
#include <boost/utility.hpp>
+#include <boost/assert.hpp>
using namespace boost::python;
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs