mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 06:42:27 +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>
|
||||
#include <boost/python/str.hpp>
|
||||
@@ -59,7 +59,7 @@ void work_with_string(object print)
|
||||
}
|
||||
|
||||
|
||||
BOOST_PYTHON_MODULE_INIT(str_ext)
|
||||
BOOST_PYTHON_MODULE(str_ext)
|
||||
{
|
||||
def("convert_to_string",convert_to_string);
|
||||
def("work_with_string",work_with_string);
|
||||
|
||||
Reference in New Issue
Block a user