From e59a82830c2242e8920e0d1a857dfc5baf182d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6=20Fahlke?= Date: Tue, 5 Feb 2019 16:39:40 +0100 Subject: [PATCH] [parallel.simd.reference] Fix typo in SFINAE for assignment. * It is currently invalid code. * The typo does not appear in P0214R9 --- src/simd.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simd.tex b/src/simd.tex index 5144ead..4caa008 100644 --- a/src/simd.tex +++ b/src/simd.tex @@ -849,7 +849,7 @@ A copy of \tcode{*this}. \pnum\remarks - This function shall not participate in overload resolution unless \tcode{declval() = std\colcol{}forward>U>(x)} is well-formed. + This function shall not participate in overload resolution unless \tcode{declval() = std\colcol{}forward(x)} is well-formed. \end{itemdescr} \begin{itemdecl}