File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 873
873
874
874
\pnum
875
875
\begin {example }
876
- Specializations of class template \tcode {subrange}\iref {range.subrange }
877
- model \libconcept {safe_range}.
878
- \tcode {subrange} specializes \tcode {enable_safe_range} to \tcode {true}, and
879
- \tcode {subrange}'s iterators
880
- -- since they are `` borrowed'' from some other range --
881
- do not have validity tied to the lifetime of a \tcode {subrange} object.
876
+ Each specialization \tcode {S} of class template \tcode {subrange}\iref {range.subrange }
877
+ models \libconcept {safe_range} because
878
+ \begin {itemize }
879
+ \item
880
+ \tcode {enable_safe_range<S>} is specialized
881
+ to have the value \tcode {true}, and
882
+
883
+ \item
884
+ \tcode {S}'s iterators
885
+ do not have validity tied to the lifetime of an \tcode {S} object
886
+ because they are `` borrowed'' from some other range.
887
+ \end {itemize }
882
888
\end {example }
883
889
\end {itemdescr }
884
890
You can’t perform that action at this time.
0 commit comments