aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-10 20:26:54 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-10 22:27:58 +0100
commit1b3f84f967daf9a668a5b1f5337d5d3d96e9112b (patch)
tree929d0bdf44742a118a08ebc0b92f4bb413c9efb4 /libqpdf
parent9fcf61b2f6e9f6670c5ef7103242b4640712dd4f (diff)
downloadqpdf-1b3f84f967daf9a668a5b1f5337d5d3d96e9112b.tar.zst
Require C++14 instead of C++11
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/qpdf/qpdf-config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/qpdf/qpdf-config.h.in b/libqpdf/qpdf/qpdf-config.h.in
index 2a279d6a..bee4cc49 100644
--- a/libqpdf/qpdf/qpdf-config.h.in
+++ b/libqpdf/qpdf/qpdf-config.h.in
@@ -6,8 +6,8 @@
/* Default crypto provider */
#undef DEFAULT_CRYPTO
-/* define if the compiler supports basic C++11 syntax */
-#undef HAVE_CXX11
+/* define if the compiler supports basic C++14 syntax */
+#undef HAVE_CXX14
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H