Skip to content

Commit 4b2d4db

Browse files
jensmaurertkoeppe
authored andcommitted
[range.subrange.access] Add missing \libconcept
1 parent 7f4e3ba commit 4b2d4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@
20972097
\effects
20982098
Equivalent to:
20992099
\begin{codeblock}
2100-
if constexpr (bidirectional_iterator<I>) {
2100+
if constexpr (@\libconcept{bidirectional_iterator}@<I>) {
21012101
if (n < 0) {
21022102
ranges::advance(@\exposid{begin_}@, n);
21032103
if constexpr (@\exposid{StoreSize}@)

0 commit comments

Comments
 (0)