2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

quick fix

[SVN r8128]
This commit is contained in:
Dave Abrahams
2000-11-04 06:21:51 +00:00
parent 23a3d274c9
commit 8fdc849980

View File

@@ -263,7 +263,7 @@ template <class T>
PyObject* to_python(const T& x)
{
py::PyPtr<py::ExtensionInstance> result(
PyExtensionClassConverters<T>::create_instance(false));
PyExtensionClassConverters<T>::create_instance());
result->add_implementation(
std::auto_ptr<py::InstanceHolderBase>(
py_copy_to_new_value_holder(result.get(), x, py_holder_type(x))));