Base: Modernise ctors dtors defs etc

This commit is contained in:
berniev
2022-08-01 13:56:03 +10:00
committed by wwmayer
parent ea233be212
commit 15419982d4
60 changed files with 271 additions and 363 deletions

View File

@@ -133,9 +133,7 @@ Vector2dPy::Vector2dPy(Py::PythonClassInstance *self, Py::Tuple &args, Py::Dict
v.y = y;
}
Vector2dPy::~Vector2dPy()
{
}
Vector2dPy::~Vector2dPy() = default;
Py::Object Vector2dPy::repr()
{