Add a separate future header file for QPDFObjectHandle

This commit is contained in:
m-holger 2024-03-16 12:22:29 +00:00
parent 9c41d7727e
commit f98dd7a113
3 changed files with 1423 additions and 8 deletions

View File

@ -22,7 +22,11 @@
#ifndef QPDFOBJECTHANDLE_HH
#define QPDFOBJECTHANDLE_HH
#include <qpdf/QPDFObjectHandle_core.hh>
#ifndef QPDF_FUTURE
# include <qpdf/QPDFObjectHandle_core.hh>
#else
# include <qpdf/QPDFObjectHandle_future.hh>
#endif
#include <qpdf/QPDFObjectHandle_inline.hh>
// See qpdf/QPDFObjectHandle_core.hh for the definition of QPDFObjectHandle.

View File

@ -291,13 +291,6 @@ class QPDFObjectHandle
QPDF_DLL
QPDFObjectHandle& operator=(QPDFObjectHandle const&) = default;
#ifdef QPDF_FUTURE
QPDF_DLL
QPDFObjectHandle(QPDFObjectHandle&&) = default;
QPDF_DLL
QPDFObjectHandle& operator=(QPDFObjectHandle&&) = default;
#endif
QPDF_DLL
inline bool isInitialized() const;

File diff suppressed because it is too large Load Diff