Skip to content

Commit 421a2e2

Browse files
committed
[range.join.iterator] Add missing \tcode
1 parent 472e865 commit 421a2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -5357,7 +5357,7 @@
53575357
Equivalent to:
53585358
\begin{codeblock}
53595359
auto update_inner = [this](const iterator_t<@\exposid{Base}@>& x) -> auto&& {
5360-
if constexpr (@\exposid{ref-is-glvalue}@) // *x is a reference
5360+
if constexpr (@\exposid{ref-is-glvalue}@) // \tcode{*x} is a reference
53615361
return *x;
53625362
else
53635363
return @\exposid{parent_}@->@\exposid{inner_}@.@\exposid{emplace-deref}@(x);

0 commit comments

Comments
 (0)