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

Removed trivial default constructor definition

[SVN r8006]
This commit is contained in:
Dave Abrahams
2000-10-19 14:48:00 +00:00
parent 72d49df070
commit e6d48af917

View File

@@ -151,8 +151,6 @@ class PyExtensionClassConverters
{ return py::Type<U>(); }
#endif
PyExtensionClassConverters() {}
// Convert to T*
friend T* from_python(PyObject* obj, py::Type<T*>)
{