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 f68d642 commit 1383e97Copy full SHA for 1383e97
source/ranges.tex
@@ -140,15 +140,15 @@
140
141
template<size_t N, class I, class S, subrange_kind K>
142
requires ((N == 0 && @\libconcept{copyable}@<I>) || N == 1)
143
- constexpr auto get(const subrange<I, S, K>& r);
+ constexpr auto get(const subrange<I, S, K>& r); // freestanding
144
145
146
requires (N < 2)
147
- constexpr auto get(subrange<I, S, K>&& r);
+ constexpr auto get(subrange<I, S, K>&& r); // freestanding
148
}
149
150
namespace std {
151
- using ranges::get;
+ using ranges::get; // freestanding
152
153
154
namespace std::ranges {
0 commit comments