mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Adds automatic warning suppressions to boost python
Just include RDBoost/python.h instead of boost/python.hpp
This commit is contained in:
7
Code/RDBoost/python.h
Normal file
7
Code/RDBoost/python.h
Normal 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>
|
||||
Reference in New Issue
Block a user