From 220a3ec9c76079109da42d8ee5bc75331490afd4 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 25 Dec 2024 17:20:55 +0000 Subject: [PATCH] Update source/numerics.tex Co-authored-by: timsong-cpp --- source/numerics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/numerics.tex b/source/numerics.tex index 233ea2c081..e62c5eba57 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -12822,7 +12822,7 @@ if the expression \tcode{conj(E)} is valid for any subexpression \tcode{E} whose type is \tcode{remove_cvref_t} with overload resolution performed in a context that includes the declaration -\tcode{template conj(const U\&) = delete;}; +\tcode{template U conj(const U\&) = delete;}; \item otherwise, \tcode{Accessor}.