Skip to content

Commit

Permalink
Update source/numerics.tex
Browse files Browse the repository at this point in the history
Co-authored-by: timsong-cpp <[email protected]>
  • Loading branch information
jwakely and timsong-cpp authored Dec 25, 2024
1 parent ffa49c8 commit 220a3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12822,7 +12822,7 @@
if the expression \tcode{conj(E)} is valid for any subexpression \tcode{E}
whose type is \tcode{remove_cvref_t<ElementType>}
with overload resolution performed in a context that includes the declaration
\tcode{template<class U> conj(const U\&) = delete;};
\tcode{template<class U> U conj(const U\&) = delete;};
\item
otherwise,
\tcode{Accessor}.
Expand Down

0 comments on commit 220a3ec

Please sign in to comment.