From Jason Turner

[thread.stoptoken.syn]

Diff to HTML by rtfpessoa

tmp/tmpb0a8soqn/{from.md → to.md} RENAMED
@@ -12,11 +12,11 @@ namespace std {
12
  struct nostopstate_t {
13
  explicit nostopstate_t() = default;
14
  };
15
  inline constexpr nostopstate_t nostopstate{};
16
 
17
- // [stopcallback], class stop_callback
18
  template<class Callback>
19
  class stop_callback;
20
  }
21
  ```
22
 
 
12
  struct nostopstate_t {
13
  explicit nostopstate_t() = default;
14
  };
15
  inline constexpr nostopstate_t nostopstate{};
16
 
17
+ // [stopcallback], class template stop_callback
18
  template<class Callback>
19
  class stop_callback;
20
  }
21
  ```
22