|
110 | 110 |
|
111 | 111 | // \ref{iterator.concept.sizedsentinel}, concept \libconcept{sized_sentinel_for} |
112 | 112 | template<class S, class I> |
113 | | - inline constexpr bool disable_sized_sentinel_for = false; // freestanding |
| 113 | + constexpr bool disable_sized_sentinel_for = false; // freestanding |
114 | 114 |
|
115 | 115 | template<class S, class I> |
116 | 116 | concept sized_sentinel_for = @\seebelow@; // freestanding |
|
317 | 317 |
|
318 | 318 | template<class Iterator1, class Iterator2> |
319 | 319 | requires (!@\libconcept{sized_sentinel_for}@<Iterator1, Iterator2>) |
320 | | - inline constexpr bool disable_sized_sentinel_for<reverse_iterator<Iterator1>, // freestanding |
| 320 | + constexpr bool disable_sized_sentinel_for<reverse_iterator<Iterator1>, // freestanding |
321 | 321 | reverse_iterator<Iterator2>> = true; |
322 | 322 |
|
323 | 323 | // \ref{insert.iterators}, insert iterators |
|
404 | 404 |
|
405 | 405 | template<class Iterator1, class Iterator2> |
406 | 406 | requires (!@\libconcept{sized_sentinel_for}@<Iterator1, Iterator2>) |
407 | | - inline constexpr bool disable_sized_sentinel_for<move_iterator<Iterator1>, // freestanding |
408 | | - move_iterator<Iterator2>> = true; |
| 407 | + constexpr bool disable_sized_sentinel_for<move_iterator<Iterator1>, // freestanding |
| 408 | + move_iterator<Iterator2>> = true; |
409 | 409 |
|
410 | 410 | template<@\libconcept{semiregular}@ S> class move_sentinel; // freestanding |
411 | 411 |
|
|
1366 | 1366 |
|
1367 | 1367 | \begin{codeblock} |
1368 | 1368 | template<class T> |
1369 | | - inline constexpr bool @\exposid{is-integer-like}@ = @\seebelow@; @\itcorr[-2]@ // \expos |
| 1369 | + constexpr bool @\exposid{is-integer-like}@ = @\seebelow@; @\itcorr[-2]@ // \expos |
1370 | 1370 |
|
1371 | 1371 | template<class T> |
1372 | | - inline constexpr bool @\exposid{is-signed-integer-like}@ = @\seebelow@; @\itcorr[-2]@ // \expos |
| 1372 | + constexpr bool @\exposid{is-signed-integer-like}@ = @\seebelow@; @\itcorr[-2]@ // \expos |
1373 | 1373 |
|
1374 | 1374 | template<class I> |
1375 | 1375 | concept @\deflibconcept{weakly_incrementable}@ = |
|
1700 | 1700 | \indexlibraryglobal{disable_sized_sentinel_for}% |
1701 | 1701 | \begin{itemdecl} |
1702 | 1702 | template<class S, class I> |
1703 | | - inline constexpr bool disable_sized_sentinel_for = false; |
| 1703 | + constexpr bool disable_sized_sentinel_for = false; |
1704 | 1704 | \end{itemdecl} |
1705 | 1705 |
|
1706 | 1706 | \begin{itemdescr} |
|
0 commit comments