mirror of
https://github.com/boostorg/python.git
synced 2026-01-28 07:22:31 +00:00
Merge Trunk changes to RC_1_29_0
[SVN r15732]
This commit is contained in:
@@ -1196,7 +1196,7 @@ PyObject* raw(const boost::python::tuple& args, const boost::python::dictionary&
|
||||
return BOOST_PYTHON_CONVERSION::to_python(first->i_ + second + third + fourth);
|
||||
}
|
||||
|
||||
BOOST_PYTHON_MODULE_INIT(boost_python_test)
|
||||
BOOST_PYTHON_MODULE(boost_python_test)
|
||||
{
|
||||
boost::python::module_builder boost_python_test("boost_python_test");
|
||||
init_module(boost_python_test);
|
||||
|
||||
Reference in New Issue
Block a user