We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423c07f commit e6e6ee3Copy full SHA for e6e6ee3
xml/issue4393.xml
@@ -13,7 +13,7 @@
13
Both `simd::unchecked_scatter_to` and `simd::partial_scatter_to` are used to write a
14
`simd::vec` into a range `R`.
15
<p/>
16
-However, they only require `R` to be `contiguous_range` and `sized_range.
+However, they only require `R` to be `contiguous_range` and `sized_range`.
17
Requiring `R` to be `output_range` is also necessary; otherwise, the
18
`constant_range` cannot be written.
19
</p>
0 commit comments