diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-11-25 12:13:50 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-11-25 12:13:50 +0100 |
commit | 65272aebc0b5d625dfe6134610807af8c413657d (patch) | |
tree | 0710aaa14e5fb771749390c313a35ad3e26a52f5 /gcc | |
parent | 9866c98e1015d98b8fc346d7cf73a0070cce5f69 (diff) | |
download | gcc-65272aebc0b5d625dfe6134610807af8c413657d.zip gcc-65272aebc0b5d625dfe6134610807af8c413657d.tar.gz gcc-65272aebc0b5d625dfe6134610807af8c413657d.tar.bz2 |
doc: Update ISO C++ reference
gcc:
* doc/standards.texi (Standards): Update ISO C++ reference.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/standards.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 6eebb94..4b18fa9 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -240,7 +240,7 @@ new specification. For further details see To select this standard in GCC, use the option @option{-std=c++20}. More information about the C++ standards is available on the ISO C++ -committee's web site at @uref{http://www.open-std.org/@/jtc1/@/sc22/@/wg21/}. +committee's web site at @uref{https://www.open-std.org/@/jtc1/@/sc22/@/wg21/}. To obtain all the diagnostics required by any of the standard versions described above you should specify @option{-pedantic} |