From b46374efc97ce2555b65cd1dce85fbc88c081aa2 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Wed, 1 Jul 2026 06:32:49 +0200 Subject: [PATCH] [cmath.syn] Align declaration of fpclassify with other functions --- source/numerics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/numerics.tex b/source/numerics.tex index fc579d8fd5..69c91d2615 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -9488,7 +9488,7 @@ @\placeholdernc{floating-point-type}@ t) noexcept; // \ref{c.math.fpclass}, classification / comparison functions - constexpr int @\libglobal{fpclassify}@(@\placeholdernc{floating-point-type}@ x); + constexpr int @\libglobal{fpclassify}@(@\placeholdernc{floating-point-type}@ x); constexpr bool @\libglobal{isfinite}@(@\placeholdernc{floating-point-type}@ x); constexpr bool @\libglobal{isinf}@(@\placeholdernc{floating-point-type}@ x); constexpr bool @\libglobal{isnan}@(@\placeholdernc{floating-point-type}@ x);