diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2023-11-20 12:41:30 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2023-11-21 15:58:20 +0000 |
commit | 623b8081ab8db797bd017c06aa11accbfae3342d (patch) | |
tree | 4d120e9c087262482b6a6087035c68be7d6ea006 /libstdc++-v3/doc/html/faq.html | |
parent | 32ce90c60154c21789225ed36faae59af8416cb4 (diff) | |
download | gcc-623b8081ab8db797bd017c06aa11accbfae3342d.zip gcc-623b8081ab8db797bd017c06aa11accbfae3342d.tar.gz gcc-623b8081ab8db797bd017c06aa11accbfae3342d.tar.bz2 |
libstdc++: Remove outdated references to buildstat.html
The buildstat.html pages have not existed since gcc-8 so remove
referencs to them in the libstdc++ manual.
libstdc++-v3/ChangeLog:
* doc/html/*: Regenerate.
* doc/xml/faq.xml: Remove reference to buildstat.html pages.
* doc/xml/manual/test.xml: Likewise
Diffstat (limited to 'libstdc++-v3/doc/html/faq.html')
-rw-r--r-- | libstdc++-v3/doc/html/faq.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libstdc++-v3/doc/html/faq.html b/libstdc++-v3/doc/html/faq.html index d08f039..e84e455 100644 --- a/libstdc++-v3/doc/html/faq.html +++ b/libstdc++-v3/doc/html/faq.html @@ -131,9 +131,8 @@ (<span class="command"><strong>gcc</strong></span>, <span class="command"><strong>g++</strong></span>, etc) is widely considered to be one of the leading compilers in the world. Its development is overseen by the - <a class="link" href="https://gcc.gnu.org/" target="_top">GCC team</a>. All of - the rapid development and near-legendary - <a class="link" href="https://gcc.gnu.org/buildstat.html" target="_top">portability</a> + <a class="link" href="https://gcc.gnu.org/" target="_top">GCC team</a>. + All of the rapid development and near-legendary portability that are the hallmarks of an open-source project are applied to libstdc++. </p><p> All of the standard classes and functions from C++98/C++03, C++11 and C++14 |