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 472e865 commit 421a2e2Copy full SHA for 421a2e2
source/ranges.tex
@@ -5357,7 +5357,7 @@
5357
Equivalent to:
5358
\begin{codeblock}
5359
auto update_inner = [this](const iterator_t<@\exposid{Base}@>& x) -> auto&& {
5360
- if constexpr (@\exposid{ref-is-glvalue}@) // *x is a reference
+ if constexpr (@\exposid{ref-is-glvalue}@) // \tcode{*x} is a reference
5361
return *x;
5362
else
5363
return @\exposid{parent_}@->@\exposid{inner_}@.@\exposid{emplace-deref}@(x);
0 commit comments