From: redi Date: Wed, 19 Dec 2018 20:16:57 +0000 (+0000) Subject: Fix grammar in libstdc++ ABI history documentation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e105899bb2edcfebb509d35cba211f5228842fb8;p=thirdparty%2Fgcc.git Fix grammar in libstdc++ ABI history documentation * doc/xml/manual/abi.xml: Add missing word. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267285 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d9747e8bb07e..6a3965cb9d61 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 8859e9650003..d1e6b989a718 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