File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10515
10515
class span;
10516
10516
10517
10517
template<class ElementType, size_t Extent>
10518
- inline constexpr bool enable_safe_range<span<ElementType, Extent>> = true;
10518
+ inline constexpr bool ranges:: enable_safe_range<span<ElementType, Extent>> = true;
10519
10519
10520
10520
// \ref {span.objectrep }, views of object representation
10521
10521
template<class ElementType, size_t Extent>
10788
10788
\item \tcode {extent == dynamic_extent} is \tcode {true}.
10789
10789
\item \tcode {R} satisfies \tcode {ranges::\libconcept {contiguous_range}} and
10790
10790
\tcode {ranges::\libconcept {sized_range}}.
10791
- \item Either \tcode {R} satisfies \libconcept {safe_range} or
10791
+ \item Either \tcode {R} satisfies \tcode {ranges:: \ libconcept {safe_range} } or
10792
10792
\tcode {is_const_v<element_type>} is \tcode {true}.
10793
10793
\item \tcode {remove_cvref_t<R>} is not a specialization of \tcode {span}.
10794
10794
\item \tcode {remove_cvref_t<R>} is not a specialization of \tcode {array}.
10807
10807
\item \tcode {R} models \tcode {ranges::\libconcept {contiguous_range}} and
10808
10808
\tcode {ranges::\libconcept {sized_range}}.
10809
10809
\item If \tcode {is_const_v<element_type>} is \tcode {false},
10810
- \tcode {R} models \libconcept {safe_range}.
10810
+ \tcode {R} models \tcode {ranges:: \ libconcept {safe_range} }.
10811
10811
\end {itemize }
10812
10812
10813
10813
\pnum
Original file line number Diff line number Diff line change 3933
3933
class basic_string_view;
3934
3934
3935
3935
template<class charT, class traits>
3936
- inline constexpr bool enable_safe_range<basic_string_view<charT, traits>> = true;
3936
+ inline constexpr bool ranges:: enable_safe_range<basic_string_view<charT, traits>> = true;
3937
3937
3938
3938
// \ref {string.view.comparison }, non-member comparison functions
3939
3939
template<class charT, class traits>
You can’t perform that action at this time.
0 commit comments