File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2181
2181
The exposition-only \defexposconcept {decrementable} concept is equivalent to:
2182
2182
\begin {itemdecl }
2183
2183
template<class I>
2184
- concept @\defexposconcept {decrementable}@ =
2184
+ concept @\defexposconcept {decrementable}@ = // \expos
2185
2185
@\libconcept {incrementable}@<I> && requires(I i) {
2186
2186
{ --i } -> @\libconcept {same_as}@<I&>;
2187
2187
{ i-- } -> @\libconcept {same_as}@<I>;
2214
2214
The exposition-only \defexposconcept {advanceable} concept is equivalent to:
2215
2215
\begin {itemdecl }
2216
2216
template<class I>
2217
- concept @\defexposconcept {advanceable}@ =
2217
+ concept @\defexposconcept {advanceable}@ = // \expos
2218
2218
@\exposconcept {decrementable}@<I> && @\libconcept {totally_ordered}@<I> &&
2219
2219
requires(I i, const I j, const @\placeholdernc {IOTA-DIFF-T}@(I) n) {
2220
2220
{ i += n } -> @\libconcept {same_as}@<I&>;
You can’t perform that action at this time.
0 commit comments