File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2825
2825
\completionsig \tcode {void()}.
2826
2826
2827
2827
\pnum
2828
- \returns \tcode {std::experimental:: net::dispatch(ctx.get_executor(), forward<CompletionToken>(token))}.
2828
+ \returns \tcode {net::dispatch(ctx.get_executor(), forward<CompletionToken>(token))}.
2829
2829
2830
2830
\pnum
2831
2831
\remarks This function shall not participate in overload resolution
2913
2913
\completionsig \tcode {void()}.
2914
2914
2915
2915
\pnum
2916
- \returns \tcode {std::experimental:: net::post(ctx.get_executor(), forward<CompletionToken>(token))}.
2916
+ \returns \tcode {net::post(ctx.get_executor(), forward<CompletionToken>(token))}.
2917
2917
2918
2918
\pnum
2919
2919
\remarks This function shall not participate in overload resolution
3001
3001
\completionsig \tcode {void()}.
3002
3002
3003
3003
\pnum
3004
- \returns \tcode {std::experimental:: net::defer(ctx.get_executor(), forward<CompletionToken>(token))}.
3004
+ \returns \tcode {net::defer(ctx.get_executor(), forward<CompletionToken>(token))}.
3005
3005
3006
3006
\pnum
3007
3007
\remarks This function shall not participate in overload resolution
You can’t perform that action at this time.
0 commit comments