From f51e4ff45e6caafb08fdedf9bd0b22278e43bc0d Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 9 Feb 2021 22:49:00 -0600 Subject: [PATCH] Fix bad link to libstdc++. --- doc/index.html | 2 +- include/boost/predef/library/std/stdcpp3.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index 95873d1..9c4336e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -4175,7 +4175,7 @@ If available version number as major, minor, and patch.

4.4.13. BOOST_LIB_STD_GNU

-

http://gcc.gnu.org/libstdc/[GNU libstdc] Standard C++ library. +

GNU libstdc++ Standard C++ library. Version number available as year (from 1970), month, and day.

diff --git a/include/boost/predef/library/std/stdcpp3.h b/include/boost/predef/library/std/stdcpp3.h index bc9717a..90aa3d1 100644 --- a/include/boost/predef/library/std/stdcpp3.h +++ b/include/boost/predef/library/std/stdcpp3.h @@ -16,7 +16,7 @@ http://www.boost.org/LICENSE_1_0.txt) /* tag::reference[] = `BOOST_LIB_STD_GNU` -http://gcc.gnu.org/libstdc++/[GNU libstdc++] Standard {CPP} library. +https://gcc.gnu.org/onlinedocs/libstdc%2b%2b/[GNU libstdc++] Standard {CPP} library. Version number available as year (from 1970), month, and day. [options="header"]