Skip to content

Commit 0c49847

Browse files
opensdhzygoloid
authored andcommitted
[iterator.concept.winc], [thread.sema.cnt] Use new \expos command
1 parent 1739050 commit 0c49847

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/iterators.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,10 +1283,10 @@
12831283
\indexlibrary{\idxcode{weakly_incrementable}}%
12841284
\begin{codeblock}
12851285
template<class T>
1286-
inline constexpr bool @\placeholder{is-integer-like}@ = @\seebelow@; @\itcorr[-2]@ // exposition only
1286+
inline constexpr bool @\placeholder{is-integer-like}@ = @\seebelow@; @\itcorr[-2]@ // \expos
12871287

12881288
template<class T>
1289-
inline constexpr bool @\placeholder{is-signed-integer-like}@ = @\seebelow@; @\itcorr[-2]@ // exposition only
1289+
inline constexpr bool @\placeholder{is-signed-integer-like}@ = @\seebelow@; @\itcorr[-2]@ // \expos
12901290

12911291
template<class I>
12921292
concept weakly_incrementable =

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4739,7 +4739,7 @@
47394739
bool try_acquire_until(const chrono::time_point<Clock, Duration>& abs_time);
47404740

47414741
private:
4742-
ptrdiff_t counter; // exposition only
4742+
ptrdiff_t counter; // \expos
47434743
};
47444744
}
47454745
\end{codeblock}

0 commit comments

Comments
 (0)