2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 20:12:37 +00:00

separate overloads.hpp

BOOST_PYTHON_MODULE_INIT -> BOOST_PYTHON_MODULE


[SVN r15609]
This commit is contained in:
Dave Abrahams
2002-10-01 14:40:41 +00:00
parent c6cba55667
commit 5cd513859d
64 changed files with 130 additions and 229 deletions

View File

@@ -17,7 +17,7 @@ extern "C"
# include <boost/python/detail/wrap_python.hpp>
# include <boost/python/errors.hpp>
# include <boost/python/detail/aix_init_module.hpp>
# include <boost/python/module_init.hpp>
# include <boost/python/module.hpp>
namespace boost { namespace python { namespace detail {