@@ -2989,7 +2989,7 @@ for each of the standards: this relies heavily on the reported values of
29892989@c @I{LLVM} clang 14, 15 default to C++14, 16-20 to C++17
29902990@c g++ 11-15 default to C++17
29912991
2992- The webpage @uref{https://en.cppreference.com/w/cpp/compiler_support}
2992+ The webpage @uref{https://en.cppreference.com/w/cpp/compiler_support.html }
29932993gives some information on which compiler versions are known to support
29942994recent C++ features.
29952995
@@ -3020,7 +3020,7 @@ Code needing C++14 or later features can check for their presence @emph{via}
30203020`SD-6 feature tests'@footnote{See
30213021@uref{https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations}
30223022or
3023- @uref{https://en.cppreference.com/w/cpp/experimental/feature_test}.
3023+ @uref{https://en.cppreference.com/w/cpp/experimental/feature_test.html }.
30243024It seems a reasonable assumption that any compiler promising some C++14
30253025conformance will provide these---e.g.@: @command{g++} 4.9.x did but
302630264.8.5 did not.}.  Such a check could be
@@ -3052,7 +3052,7 @@ analogous way.
30523052
30533053Note that C++17 or later `support' does not mean complete support: use
30543054feature tests as well as resources such as
3055- @uref{https://en.cppreference.com/w/cpp/compiler_support},
3055+ @uref{https://en.cppreference.com/w/cpp/compiler_support.html },
30563056@uref{https://gcc.gnu.org/projects/cxx-status.html} and
30573057@uref{https://clang.llvm.org/cxx_status.html} to see if the features you
30583058want to use are widely implemented.
@@ -3154,7 +3154,7 @@ the formerly deprecated meaning of function declarations with an empty
31543154parameter list to now mean no parameters.@footnote{The latter has been
31553155implemented in @command{gcc} but not currently in @I{LLVM} nor Apple
31563156@command{clang}.}(There are many other additions: see for example
3157- @uref{https://en.cppreference.com/w/c/23}.)
3157+ @uref{https://en.cppreference.com/w/c/23.html }.)
31583158
31593159As from @R{} 4.5.0, @R{}'s @command{configure} script chooses a compiler
31603160option which selects C23 if one is available.  Some compilers (including
@@ -6552,8 +6552,8 @@ been widely implemented for a least a couple of years.  It will become
65526552the default of GCC 15, and @R{} will default to it if available from
65536553@R{} 4.5.0.
65546554
6555- Some of the more significant changes are
6556- @c https://en.cppreference.com/w/c/23
6555+ @c  Some of the more significant changes are
6556+ @c https://en.cppreference.com/w/c/23.html 
65576557
65586558@itemize
65596559
0 commit comments