File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1283
1283
\indexlibrary {\idxcode {weakly_incrementable}}%
1284
1284
\begin {codeblock }
1285
1285
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
1287
1287
1288
1288
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
1290
1290
1291
1291
template<class I>
1292
1292
concept weakly_incrementable =
Original file line number Diff line number Diff line change 4739
4739
bool try_acquire_until(const chrono::time_point<Clock, Duration>& abs_time);
4740
4740
4741
4741
private:
4742
- ptrdiff_t counter; // exposition only
4742
+ ptrdiff_t counter; // \expos
4743
4743
};
4744
4744
}
4745
4745
\end {codeblock }
You can’t perform that action at this time.
0 commit comments