Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77395 - sandbox/numpy/libs/numpy/example
From: talljimbo_at_[hidden]
Date: 2012-03-18 19:38:32


Author: jbosch
Date: 2012-03-18 19:38:31 EDT (Sun, 18 Mar 2012)
New Revision: 77395
URL: http://svn.boost.org/trac/boost/changeset/77395

Log:
fixed header order in gaussian example; Python.h should always come before system headers
Text files modified:
   sandbox/numpy/libs/numpy/example/gaussian.cpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/numpy/libs/numpy/example/gaussian.cpp
==============================================================================
--- sandbox/numpy/libs/numpy/example/gaussian.cpp (original)
+++ sandbox/numpy/libs/numpy/example/gaussian.cpp 2012-03-18 19:38:31 EDT (Sun, 18 Mar 2012)
@@ -1,8 +1,8 @@
+#include <boost/numpy.hpp>
+
 #include <cmath>
 #include <memory>
 
-#include <boost/numpy.hpp>
-
 namespace bp = boost::python;
 namespace bn = boost::numpy;
 


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