From 932bfa9bc738058463c5430efab4aabefcfe4951 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 30 Oct 2017 14:56:23 +0000 Subject: [PATCH] Minor tweak to libstdc++ FAQ * doc/xml/faq.xml: Adjust "What is libstdc++?" answer slightly. From-SVN: r254224 --- libstdc++-v3/ChangeLog | 2 ++ libstdc++-v3/doc/xml/faq.xml | 13 +++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7bafbd4..862a956 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2017-10-30 Jonathan Wakely + * doc/xml/faq.xml: Adjust "What is libstdc++?" answer slightly. + * include/bits/hashtable_policy.h: Include . * include/std/unordered_map: Only include instead of and . diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml index 703ade5..1a21e48 100644 --- a/libstdc++-v3/doc/xml/faq.xml +++ b/libstdc++-v3/doc/xml/faq.xml @@ -30,13 +30,18 @@ The GNU Standard C++ Library v3 is an ongoing project to - implement the ISO 14882 Standard C++ library as described in - clauses 17 through 30 and annex D. For those who want to see + implement the ISO 14882 C++ Standard Library as described in + clauses 20 through 33 and annex D (prior to the 2017 standard + the library clauses started with 17). For those who want to see exactly how far the project has come, or just want the latest bleeding-edge code, the up-to-date source is available over - anonymous SVN, and can be browsed over - the web. + anonymous SVN, and can be browsed over the + web. + + + N.B. The library is called libstdc++ not stdlibc++. + -- 2.7.4