[committed] libstdc++: Fix typo in export of std::saturating_cast.

Tomasz Kamiński tkaminsk@redhat.com
Thu Apr 2 07:14:49 GMT 2026


libstdc++-v3/ChangeLog:

	* src/c++23/std.cc.in (std::saturatint_cast): Fixed typo...
	(std::saturating_cast): ...by exporting this.
---
I have forgotten to commit this stashed change before pushing the 
commit.

 libstdc++-v3/src/c++23/std.cc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/src/c++23/std.cc.in b/libstdc++-v3/src/c++23/std.cc.in
index aef9b7d59cc..e857463812b 100644
--- a/libstdc++-v3/src/c++23/std.cc.in
+++ b/libstdc++-v3/src/c++23/std.cc.in
@@ -2453,7 +2453,7 @@ export namespace std
   using std::saturating_sub;
   using std::saturating_mul;
   using std::saturating_div;
-  using std::saturatint_cast;
+  using std::saturating_cast;
 #endif
 }
 
-- 
2.53.0



More information about the Libstdc++ mailing list