Skip to content

Commit 220a3ec

Browse files
jwakelytimsong-cpp
andauthored
Update source/numerics.tex
Co-authored-by: timsong-cpp <[email protected]>
1 parent ffa49c8 commit 220a3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12822,7 +12822,7 @@
1282212822
if the expression \tcode{conj(E)} is valid for any subexpression \tcode{E}
1282312823
whose type is \tcode{remove_cvref_t<ElementType>}
1282412824
with overload resolution performed in a context that includes the declaration
12825-
\tcode{template<class U> conj(const U\&) = delete;};
12825+
\tcode{template<class U> U conj(const U\&) = delete;};
1282612826
\item
1282712827
otherwise,
1282812828
\tcode{Accessor}.

0 commit comments

Comments
 (0)