From e44a12791d09d8a7a52871554b1400e09fd591fe Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Wed, 8 Apr 2026 04:52:48 +0200 Subject: [PATCH] [basic.extended.fp] Reference C23 instead of "future versions" --- source/basic.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index e9ce2c1e8e..07ba2563a3 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5845,9 +5845,9 @@ the extended floating-point types described in this subsection that are in addition to the names declared in the \libheader{stdfloat} header should be chosen to increase compatibility and interoperability -with the interchange types +with the interchange floating types \tcode{_Float16}, \tcode{_Float32}, \tcode{_Float64}, and \tcode{_Float128} -defined in ISO/IEC TS 18661-3 and with future versions of \IsoCUndated{}. +defined in \IsoC{} H.2.2. \rSec2[basic.compound]{Compound types}