mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
Merge Trunk changes to RC_1_29_0
[SVN r15732]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <boost/python/module_init.hpp>
|
||||
#include <boost/python/module.hpp>
|
||||
#include <boost/python/def.hpp>
|
||||
#include <boost/python/class.hpp>
|
||||
|
||||
@@ -10,7 +10,7 @@ struct A
|
||||
) {}
|
||||
};
|
||||
|
||||
BOOST_PYTHON_MODULE_INIT(multi_arg_constructor_ext)
|
||||
BOOST_PYTHON_MODULE(multi_arg_constructor_ext)
|
||||
{
|
||||
using namespace boost::python;
|
||||
using boost::shared_ptr;
|
||||
|
||||
Reference in New Issue
Block a user