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 2aeacd0 commit 86af71eCopy full SHA for 86af71e
sycl/include/CL/sycl/sycl_span.hpp
@@ -609,8 +609,8 @@ as_writable_bytes(span<_Tp, _Extent> __s) noexcept
609
610
// Deduction guides
611
612
-// array arg deduction guide. dynamic_extent arg used solely to select
613
-// the correct template. The _Sz will be used as Extent template value.
+// array arg deduction guide. dynamic_extent arg used to select
+// the correct template. The _Sz will be used for the __size of the span.
614
template <class _Tp, size_t _Sz>
615
span(_Tp (&)[_Sz]) -> span<_Tp, dynamic_extent>;
616
0 commit comments