From: Jonathan Wakely Date: Thu, 17 Jul 2025 11:25:17 +0000 (+0100) Subject: libstdc++: Document change in __int128 traits [PRPR96710] X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2954038c821d5f672db89938c4b6feedf29c30aa;p=thirdparty%2Fgcc.git libstdc++: Document change in __int128 traits [PRPR96710] libstdc++-v3/ChangeLog: PR libstdc++/96710 * doc/xml/manual/evolution.xml: Document change or __int128. * doc/html/manual/api.html: Regenerate. --- diff --git a/libstdc++-v3/doc/html/manual/api.html b/libstdc++-v3/doc/html/manual/api.html index 4441d9cdbae..f004ddc166d 100644 --- a/libstdc++-v3/doc/html/manual/api.html +++ b/libstdc++-v3/doc/html/manual/api.html @@ -512,4 +512,7 @@ Nested result_type and argument_typ

16

Deprecated the non-standard overload of std::fabs for std::complex arguments. +

+Made std::is_integral_v<__int128> true for strict +-std dialects.

\ No newline at end of file diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml index 73b9f17f3a3..911db8a7538 100644 --- a/libstdc++-v3/doc/xml/manual/evolution.xml +++ b/libstdc++-v3/doc/xml/manual/evolution.xml @@ -1157,6 +1157,11 @@ Nested result_type and argument_type removed from Deprecated the non-standard overload of std::fabs for std::complex arguments. + + +Made std::is_integral_v<__int128> true for strict +-std dialects. +