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 fdac83e commit 2090fffCopy full SHA for 2090fff
source/ranges.tex
@@ -346,7 +346,7 @@
346
namespace views { inline constexpr @\unspec@ reverse = @\unspec@; }
347
348
// \ref{range.as.const}, as const view
349
- template <@\libconcept{input_range}@ R>
+ template<@\libconcept{input_range}@ R>
350
constexpr auto& @\exposid{possibly-const-range}@(R& r) { // \expos
351
if constexpr (@\libconcept{constant_range}@<const R> && !@\libconcept{constant_range}@<R>) {
352
return const_cast<const R&>(r);
0 commit comments