diff --git a/source/numerics.tex b/source/numerics.tex index e3a90bc456..f228a4ed5c 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -19643,7 +19643,7 @@ If \tcode{is_arithmetic_v} is \tcode{true}, the value of \tcode{iota} is equal to \tcode{T()}. Otherwise, the value of \tcode{iota} is equal to -\tcode{T([](typename T::value_type i) { return i; })}. +\tcode{T([](typename T::value_type i) \{ return i; \})}. \end{itemdescr} \rSec3[simd.alg]{Algorithms}