Skip to content

Commit f3676cb

Browse files
authored
[linalg.conj.conjugated] Remove inappropriate "expression-equivalent" wording (#7497)
This phrase appears to be copy-pasted from elsewhere, but is not meaningful here.
1 parent 1d51e53 commit f3676cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12817,7 +12817,7 @@
1281712817
\tcode{Accessor} if \tcode{remove_cvref_t<ElementType>} is an arithmetic type; otherwise,
1281812818
\item
1281912819
\tcode{Accessor} if the expression \tcode{conj(E)} is not valid for any subexpression \tcode{E}
12820-
whose type \tcode{T} is expression-equivalent to \tcode{remove_cvref_t<ElementType>}
12820+
whose type is \tcode{remove_cvref_t<ElementType>}
1282112821
with overload resolution performed in a context that includes the declaration
1282212822
\tcode{template<class T> conj(const T\&) = delete;}; and otherwise,
1282312823
\item
@@ -12838,7 +12838,7 @@
1283812838
\tcode{a} if \tcode{remove_cvref_t<ElementType>} is an arithmetic type; otherwise,
1283912839
\item
1284012840
\tcode{a} if the expression \tcode{conj(E)} is not valid for any subexpression \tcode{E}
12841-
whose type \tcode{T} is expression-equivalent to \tcode{remove_cvref_t<ElementType>}
12841+
whose type is \tcode{remove_cvref_t<ElementType>}
1284212842
with overload resolution performed in a context that includes the declaration
1284312843
\tcode{template<class T> conj(const T\&) = delete;}; and otherwise,
1284412844
\item

0 commit comments

Comments
 (0)