2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 21:12:15 +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

@@ -3,7 +3,7 @@
// copyright notice appears in all copies. This software is provided
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.
#include <boost/python/module_init.hpp>
#include <boost/python/module.hpp>
#include <boost/python/class.hpp>
#include <boost/python/operators.hpp>
#include <boost/python/scope.hpp>
@@ -28,7 +28,7 @@ std::ostream& operator<<(std::ostream& s, Y const& x)
}
BOOST_PYTHON_MODULE_INIT(nested_ext)
BOOST_PYTHON_MODULE(nested_ext)
{
using namespace boost::python;