"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "b33475d054cd1df9eab22b2003e58a276439db36"
Explicitly define copy/move constructors for accessor
`accessor` currently relies on an implicit default copy constructor, but that is deprecated in C++11 when a copy assignment operator is present and can, in some cases, raise deprecation warnings (see #888). This commit explicitly specifies the default copy constructor and also adds a default move constructor.
Showing
Please register or sign in to comment