Skip to content

Commit a096b08

Browse files
hewillktkoeppe
authored andcommitted
[const.iterators.iterator] Add \expos comment for concept
1 parent 7d0d915 commit a096b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4211,7 +4211,7 @@
42114211
\begin{codeblock}
42124212
namespace std {
42134213
template<class I>
4214-
concept @\exposconcept{not-a-const-iterator}@ = @\seebelow@;
4214+
concept @\exposconcept{not-a-const-iterator}@ = @\seebelow@; // \expos
42154215

42164216
template<@\libconcept{input_iterator}@ Iterator>
42174217
class @\libglobal{basic_const_iterator}@ {

0 commit comments

Comments
 (0)