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 2dc7499 commit d32017aCopy full SHA for d32017a
include/range/v3/view/span.hpp
@@ -361,8 +361,10 @@ namespace ranges
361
template<typename T, detail::span_index_t N>
362
RANGES_INLINE_VAR constexpr bool enable_borrowed_range<span<T, N>> = true;
363
364
+#if RANGES_CXX_INLINE_VARIABLES < RANGES_CXX_INLINE_VARIABLES_17
365
366
constexpr detail::span_index_t span<T, N>::extent;
367
+#endif
368
369
#if RANGES_CXX_DEDUCTION_GUIDES >= RANGES_CXX_DEDUCTION_GUIDES_17
370
template(typename Rng)(
0 commit comments