Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[parallel.simd.reference] Fix typo in SFINAE for assignment.
* It is currently invalid code.
* The typo does not appear in P0214R9
  • Loading branch information
ex-bart committed Feb 5, 2019
commit e59a82830c2242e8920e0d1a857dfc5baf182d1d
2 changes: 1 addition & 1 deletion src/simd.tex
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@
A copy of \tcode{*this}.

\pnum\remarks
This function shall not participate in overload resolution unless \tcode{declval<value_type\&>() = std\colcol{}forward>U>(x)} is well-formed.
This function shall not participate in overload resolution unless \tcode{declval<value_type\&>() = std\colcol{}forward<U>(x)} is well-formed.
\end{itemdescr}

\begin{itemdecl}
Expand Down