From: Jonathan Wakely Date: Wed, 19 Dec 2018 20:16:57 +0000 (+0000) Subject: Fix grammar in libstdc++ ABI history documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f39365f3edf65fd36082b471a8370eada78cb474;p=gcc.git Fix grammar in libstdc++ ABI history documentation * doc/xml/manual/abi.xml: Add missing word. From-SVN: r267285 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d9747e8bb07..6a3965cb9d6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2018-12-19 Jonathan Wakely + + * doc/xml/manual/abi.xml: Add missing word. + 2018-12-18 Jonathan Wakely * include/bits/fs_dir.h (operator<<): Overload for directory_entry, diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index 8859e965000..d1e6b989a71 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -425,7 +425,7 @@ compatible. 20160603 which is greater than the 20160427 value of the macro in the 6.1.0 release, but there are features supported in the 6.1.0 release that are not - supported in 5.4.0 release. + supported in the 5.4.0 release. You also can't test for the exact values listed below to try and identify a release, because a snapshot taken from the gcc-5-branch on 2016-04-27 would have the same value for the macro as the 6.1.0 release