From Jason Turner

[coroutine.traits]

Diff to HTML by rtfpessoa

tmp/tmpl3isr6ha/{from.md → to.md} RENAMED
@@ -13,11 +13,11 @@ such that if `ArgTypes` is a parameter pack of types and if the
13
  *qualified-id* `R::promise_type` is valid and denotes a type
14
  [[temp.deduct]], then `coroutine_traits<R, ArgTypes...>` has the
15
  following publicly accessible member:
16
 
17
  ``` cpp
18
- using promise_type = typename R::promise_type;
19
  ```
20
 
21
  Otherwise, `coroutine_traits<R, ArgTypes...>` has no members.
22
 
23
  Program-defined specializations of this template shall define a publicly
 
13
  *qualified-id* `R::promise_type` is valid and denotes a type
14
  [[temp.deduct]], then `coroutine_traits<R, ArgTypes...>` has the
15
  following publicly accessible member:
16
 
17
  ``` cpp
18
+ using promise_type = R::promise_type;
19
  ```
20
 
21
  Otherwise, `coroutine_traits<R, ArgTypes...>` has no members.
22
 
23
  Program-defined specializations of this template shall define a publicly