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 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>}
1282112821with overload resolution performed in a context that includes the declaration
1282212822\tcode{template<class T> conj(const T\&) = delete;}; and otherwise,
1282312823\item
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>}
1284212842with overload resolution performed in a context that includes the declaration
1284312843\tcode{template<class T> conj(const T\&) = delete;}; and otherwise,
1284412844\item
You can’t perform that action at this time.
0 commit comments