File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 30
30
\rSec 1[iterator.synopsis]{Header \tcode {<iterator>}\ synopsis}
31
31
32
32
\indexheader {iterator}%
33
- \indexlibraryglobal {default_sentinel}%
34
- \indexlibraryglobal {unreachable_sentinel}%
35
33
\begin {codeblock }
36
34
#include <compare> // see \ref {compare.syn }
37
35
#include <concepts> // see \ref {concepts.syn }
381
379
382
380
// \ref {default.sentinels }, default sentinels
383
381
struct default_sentinel_t;
384
- inline constexpr default_sentinel_t default_sentinel{};
382
+ inline constexpr default_sentinel_t @ \libglobal { default_sentinel}@ {};
385
383
386
384
// \ref {iterators.counted }, counted iterators
387
385
template<@\libconcept {input_or_output_iterator}@ I> class counted_iterator;
394
392
395
393
// \ref {unreachable.sentinels }, unreachable sentinels
396
394
struct unreachable_sentinel_t;
397
- inline constexpr unreachable_sentinel_t unreachable_sentinel{};
395
+ inline constexpr unreachable_sentinel_t @ \libglobal { unreachable_sentinel}@ {};
398
396
399
397
// \ref {stream.iterators }, stream iterators
400
398
template<class T, class charT = char, class traits = char_traits<charT>,
You can’t perform that action at this time.
0 commit comments