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 10dd1cd commit 2614ddaCopy full SHA for 2614dda
source/ranges.tex
@@ -116,7 +116,8 @@
116
using safe_iterator_t = conditional_t<@\placeholder{forwarding-range}@<R>, iterator_t<R>, dangling>;
117
118
template<Range R>
119
- using safe_subrange_t = conditional_t<@\placeholder{forwarding-range}@<R>, subrange<iterator_t<R>>, dangling>;
+ using safe_subrange_t =
120
+ conditional_t<@\placeholder{forwarding-range}@<R>, subrange<iterator_t<R>>, dangling>;
121
122
// \ref{range.empty}, empty view
123
template<class T>
0 commit comments