File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12817
12817
\tcode{Accessor} if \tcode{remove_cvref_t<ElementType>} is an arithmetic type; otherwise,
12818
12818
\item
12819
12819
\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>}
12821
12821
with overload resolution performed in a context that includes the declaration
12822
12822
\tcode{template<class T> conj(const T\&) = delete;}; and otherwise,
12823
12823
\item
12838
12838
\tcode{a} if \tcode{remove_cvref_t<ElementType>} is an arithmetic type; otherwise,
12839
12839
\item
12840
12840
\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>}
12842
12842
with overload resolution performed in a context that includes the declaration
12843
12843
\tcode{template<class T> conj(const T\&) = delete;}; and otherwise,
12844
12844
\item
You can’t perform that action at this time.
0 commit comments