File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5097
5097
if \tcode {ArgTypes} is a parameter pack of types and
5098
5098
if the \grammarterm {qualified-id} \tcode {R::promise_type} is valid and
5099
5099
denotes a type\iref {temp.deduct },
5100
- then \tcode {coroutine_traits<R,ArgTypes...>} has the following publicly
5100
+ then \tcode {coroutine_traits<R, ArgTypes...>} has the following publicly
5101
5101
accessible member:
5102
5102
5103
5103
\begin {codeblock }
5104
5104
using promise_type = typename R::promise_type;
5105
5105
\end {codeblock }
5106
5106
5107
- Otherwise, \tcode {coroutine_traits<R,ArgTypes...>} has no members.
5107
+ Otherwise, \tcode {coroutine_traits<R, ArgTypes...>} has no members.
5108
5108
5109
5109
\pnum
5110
5110
Program-defined specializations of this template shall define a publicly
You can’t perform that action at this time.
0 commit comments