From Jason Turner

[iterator.concept.sizedsentinel]

Diff to HTML by rtfpessoa

tmp/tmp9s_tynl4/{from.md → to.md} RENAMED
@@ -26,11 +26,11 @@ and `I` model `sized_sentinel_for<S, I>` only if
26
  - If -N is representable by `iter_difference_t<I>`, then `i - s` is
27
  well-defined and equals -N.
28
 
29
  ``` cpp
30
  template<class S, class I>
31
- inline constexpr bool disable_sized_sentinel_for = false;
32
  ```
33
 
34
  *Remarks:* Pursuant to [[namespace.std]], users may specialize
35
  `disable_sized_sentinel_for` for cv-unqualified non-array object types
36
  `S` and `I` if `S` and/or `I` is a program-defined type. Such
 
26
  - If -N is representable by `iter_difference_t<I>`, then `i - s` is
27
  well-defined and equals -N.
28
 
29
  ``` cpp
30
  template<class S, class I>
31
+ constexpr bool disable_sized_sentinel_for = false;
32
  ```
33
 
34
  *Remarks:* Pursuant to [[namespace.std]], users may specialize
35
  `disable_sized_sentinel_for` for cv-unqualified non-array object types
36
  `S` and `I` if `S` and/or `I` is a program-defined type. Such