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:
@@ -151,8 +151,6 @@ class PyExtensionClassConverters
|
||||
{ return py::Type<U>(); }
|
||||
#endif
|
||||
|
||||
PyExtensionClassConverters() {}
|
||||
|
||||
// Convert to T*
|
||||
friend T* from_python(PyObject* obj, py::Type<T*>)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user