mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-04 05:31:38 +00:00
tests: add or delete copy/move ctors where needed to make type traits match reality (#5833)
This commit is contained in:
@@ -12,6 +12,7 @@ __pragma(warning(disable : 4251))
|
||||
class TEST_CROSS_MODULE_RTTI_LIB_EXPORT Base : public std::enable_shared_from_this<Base> {
|
||||
public:
|
||||
Base(int a, int b);
|
||||
Base(const Base &) = default;
|
||||
virtual ~Base() = default;
|
||||
|
||||
virtual int get() const;
|
||||
|
||||
Reference in New Issue
Block a user