Revert "Add default move constructor/assignment to QPDFObjectHandle"

This reverts commit 416d9668ee.

This commit causes numerous failures in the pikepdf test suite and
also causes a symbol to disappear from the public API. More
investigation will be required.
This commit is contained in:
Jay Berkenbilt 2022-09-14 15:35:41 -04:00
parent 6c7c76e0e4
commit 772c92227c
1 changed files with 0 additions and 4 deletions

View File

@ -330,12 +330,8 @@ class QPDFObjectHandle
QPDF_DLL
QPDFObjectHandle(QPDFObjectHandle const&) = default;
QPDF_DLL
QPDFObjectHandle(QPDFObjectHandle&&) = default;
QPDF_DLL
QPDFObjectHandle& operator=(QPDFObjectHandle const&) = default;
QPDF_DLL
QPDFObjectHandle& operator=(QPDFObjectHandle&&) = default;
QPDF_DLL
inline bool isInitialized() const;
// This method returns true if the QPDFObjectHandle objects point