From f39365f3edf65fd36082b471a8370eada78cb474 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 19 Dec 2018 20:16:57 +0000 Subject: [PATCH] Fix grammar in libstdc++ ABI history documentation * doc/xml/manual/abi.xml: Add missing word. From-SVN: r267285 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/xml/manual/abi.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d9747e8..6a3965c 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 8859e96..d1e6b98 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 -- 2.7.4