From 2954038c821d5f672db89938c4b6feedf29c30aa Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 17 Jul 2025 12:25:17 +0100 Subject: [PATCH] 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. --- libstdc++-v3/doc/html/manual/api.html | 3 +++ libstdc++-v3/doc/xml/manual/evolution.xml | 5 +++++ 2 files changed, 8 insertions(+) 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. + -- 2.47.2