Adds automatic warning suppressions to boost python

Just include RDBoost/python.h instead of boost/python.hpp
This commit is contained in:
Brian Kelley
2015-10-18 13:33:10 -04:00
parent 4b28305bbb
commit 27293e0870
6 changed files with 21 additions and 3 deletions

7
Code/RDBoost/python.h Normal file
View File

@@ -0,0 +1,7 @@
#include <RDGeneral/BoostStartInclude.h>
#include <boost/python.hpp>
#include <boost/python/scope.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include <boost/python/stl_iterator.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <RDGeneral/BoostEndInclude.h>