Skip to content

Commit 508ca2e

Browse files
committed
LWG4407 constexpr-wrapper-like needs remove_cvref_t in simd::basic_vec constructor
1 parent 424c4c1 commit 508ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17716,7 +17716,7 @@
1771617716
\tcode{value_type} is value-preserving\iref{simd.general}, or
1771717717
\item
1771817718
\tcode{From} satisfies \exposconcept{constexpr-wrapper-like},
17719-
\tcode{remove_const_t<decltype(From::value)>} is an arithmetic type, and
17719+
\tcode{remove_cvref_t<decltype(From::value)>} is an arithmetic type, and
1772017720
\tcode{From::value} is representable by \tcode{value_type}.
1772117721
\end{itemize}
1772217722
\end{itemdescr}

0 commit comments

Comments
 (0)