aboutsummaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
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 /manual/qpdf-manual.xml
parent9fcf61b2f6e9f6670c5ef7103242b4640712dd4f (diff)
downloadqpdf-1b3f84f967daf9a668a5b1f5337d5d3d96e9112b.tar.zst
Require C++14 instead of C++11
Diffstat (limited to 'manual/qpdf-manual.xml')
-rw-r--r--manual/qpdf-manual.xml17
1 files changed, 16 insertions, 1 deletions
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 @@
<itemizedlist>
<listitem>
<para>
- A C++ compiler that supports C++-11.
+ A C++ compiler that supports C++-14.
</para>
</listitem>
<listitem>
@@ -5188,6 +5188,21 @@ print "\n";
</listitem>
<listitem>
<para>
+ Build Changes
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ 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.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
Bug Fixes
</para>
<itemizedlist>