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 5325056 commit 450a611Copy full SHA for 450a611
include/experimental/__p0009_bits/mdspan.hpp
@@ -224,6 +224,7 @@ class mdspan
224
//--------------------------------------------------------------------------------
225
// [mdspan.basic.mapping], mdspan mapping domain multidimensional index to access codomain element
226
227
+ #if defined(_MDSPAN_USE_CLASS_TEMPLATE_ARGUMENT_DEDUCTION)
228
MDSPAN_TEMPLATE_REQUIRES(
229
class... SizeTypes,
230
/* requires */ (
@@ -245,6 +246,7 @@ class mdspan
245
246
}
247
return __accessor_ref().access(__ptr_ref(), __mapping_ref()(static_cast<index_type>(std::move(indices))...));
248
249
+ #endif
250
251
252
class SizeType,
0 commit comments