From Jason Turner

[coroutine.noop]

Diff to HTML by rtfpessoa

tmp/tmpata1bqrv/{from.md → to.md} RENAMED
@@ -9,10 +9,12 @@ struct noop_coroutine_promise {};
9
  The class `noop_coroutine_promise` defines the promise type for the
10
  coroutine referred to by `noop_coroutine_handle` [[coroutine.syn]].
11
 
12
  #### Class `coroutine_handle<noop_coroutine_promise>` <a id="coroutine.handle.noop">[[coroutine.handle.noop]]</a>
13
 
 
 
14
  ``` cpp
15
  namespace std {
16
  template<>
17
  struct coroutine_handle<noop_coroutine_promise>
18
  {
 
9
  The class `noop_coroutine_promise` defines the promise type for the
10
  coroutine referred to by `noop_coroutine_handle` [[coroutine.syn]].
11
 
12
  #### Class `coroutine_handle<noop_coroutine_promise>` <a id="coroutine.handle.noop">[[coroutine.handle.noop]]</a>
13
 
14
+ ##### General <a id="coroutine.handle.noop.general">[[coroutine.handle.noop.general]]</a>
15
+
16
  ``` cpp
17
  namespace std {
18
  template<>
19
  struct coroutine_handle<noop_coroutine_promise>
20
  {