From 1b3f84f967daf9a668a5b1f5337d5d3d96e9112b Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 10 Feb 2021 14:26:54 -0500 Subject: Require C++14 instead of C++11 --- manual/qpdf-manual.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 6885aff6..c14d0bdf 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -118,7 +118,7 @@ - A C++ compiler that supports C++-11. + A C++ compiler that supports C++-14. @@ -5186,6 +5186,21 @@ print "\n"; + + + Build Changes + + + + + A C++-14 compiler is now required to build qpdf. There is no + intention to require anything newer than that for a while. + C++-14 includes modest enhancements to C++-11 and appears to + be supported about as widely as C++-11. + + + + Bug Fixes -- cgit v1.2.3-54-g00ecf