diff --git a/source/numerics.tex b/source/numerics.tex index bdc1680bee..de1f6608f2 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -16676,13 +16676,13 @@ const I& indices, flags f = {}); template + ranges::@\libconcept{contiguous_range}@ R, @\exposconcept{simd-integral}@ I, class... Flags> requires ranges::@\libconcept{sized_range}@ constexpr V partial_gather_from(R&& in, const I& indices, flags f = {}); template + ranges::@\libconcept{contiguous_range}@ R, @\exposconcept{simd-integral}@ I, class... Flags> requires ranges::@\libconcept{sized_range}@ constexpr V partial_gather_from(R&& in, const typename I::mask_type& mask,