Commit Graph

2 Commits

Author SHA1 Message Date
William S Fulton fb7e0ef069 C++11 single default deleted constructor fix
Fix for when a class has a default deleted constructor and does
not have any other constructors (except implicit or explicit copy
constructors).

Closes #1644
2023-09-02 14:07:47 +01:00
William S Fulton 605e5a1abb C++11 default deleted constructors fix
SwigValueWrapper was not being used when the default constructor is
deleted for a type passed around by value.

Fix is only for when other constructors declarations are present,
deleted, defaulted or not.

Issue #1644
2023-09-02 12:35:39 +01:00