From e10bfb94d393ce9ead0bc8377aa093d469678f4a Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Thu, 27 Mar 2025 11:18:31 +0000 Subject: [PATCH] [temp.constr.normal] Break up a long comment --- source/templates.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/templates.tex b/source/templates.tex index 0294586daa..7ee0fc9f5c 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -2248,7 +2248,8 @@ struct wrapper {}; template concept... CTs> - int f(wrapper...) requires (CTs && ...); // error: the fold expression expands mixed kind template parameters + int f(wrapper...) requires (CTs && ...); // error: fold expression contains + // different kinds of template parameters \end{codeblock} \end{example}