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}.