From b8c4e07acdbffbaf17d63983be2d563718d91220 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Wed, 3 Sep 2025 10:40:42 +0200 Subject: [PATCH] [temp.deduct.general] Replace "nontype template argument" with "constant template argument" --- source/templates.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/templates.tex b/source/templates.tex index 9ef3133aef..ea52e7dace 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -7921,7 +7921,7 @@ The substitution occurs in all types and expressions that are used in the deduction substitution loci. The expressions include not only -constant expressions such as those that appear in array bounds or as nontype +constant expressions such as those that appear in array bounds or as constant template arguments but also general expressions (i.e., non-constant expressions) inside \tcode{sizeof}, \keyword{decltype}, and other contexts that allow non-constant expressions. The substitution proceeds in lexical order and stops when