From ce3c4b140c13dca9be2b02d921365f39c1ca5a8f Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 30 Nov 2025 18:20:16 +0100 Subject: [PATCH] [temp.type] Replace "values are identical" with "value representations are identical" --- source/templates.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/templates.tex b/source/templates.tex index 1cc78289d7..49a48df295 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -2481,7 +2481,7 @@ they are of integral type and their values are the same, or \item -they are of floating-point type and their values are identical, or +they are of floating-point type and their value representations are identical, or \item they are of type \tcode{std::nullptr_t}, or