From 772c92227ca1a2607a6862db8bc55b6a113f9348 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 14 Sep 2022 15:35:41 -0400 Subject: Revert "Add default move constructor/assignment to QPDFObjectHandle" This reverts commit 416d9668ee97c54a692d9280364746ce8aeeed43. 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. --- include/qpdf/QPDFObjectHandle.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index 381785c8..66fd4a5a 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -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 -- cgit v1.2.3-54-g00ecf