Skip to content

Commit

Permalink
[linalg.conj.conjugated] Remove inappropriate "expression-equivalent"…
Browse files Browse the repository at this point in the history
… wording (#7497)

This phrase appears to be copy-pasted from elsewhere, but is not meaningful here.
  • Loading branch information
mhoemmen authored Dec 17, 2024
1 parent 1d51e53 commit f3676cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12817,7 +12817,7 @@
\tcode{Accessor} if \tcode{remove_cvref_t<ElementType>} is an arithmetic type; otherwise,
\item
\tcode{Accessor} if the expression \tcode{conj(E)} is not valid for any subexpression \tcode{E}
whose type \tcode{T} is expression-equivalent to \tcode{remove_cvref_t<ElementType>}
whose type is \tcode{remove_cvref_t<ElementType>}
with overload resolution performed in a context that includes the declaration
\tcode{template<class T> conj(const T\&) = delete;}; and otherwise,
\item
Expand All @@ -12838,7 +12838,7 @@
\tcode{a} if \tcode{remove_cvref_t<ElementType>} is an arithmetic type; otherwise,
\item
\tcode{a} if the expression \tcode{conj(E)} is not valid for any subexpression \tcode{E}
whose type \tcode{T} is expression-equivalent to \tcode{remove_cvref_t<ElementType>}
whose type is \tcode{remove_cvref_t<ElementType>}
with overload resolution performed in a context that includes the declaration
\tcode{template<class T> conj(const T\&) = delete;}; and otherwise,
\item
Expand Down

0 comments on commit f3676cb

Please sign in to comment.