Skip to content

Commit a5a9ef5

Browse files
committed
[async.dispatch], [async.post], [async.defer] Shorten qualified names
Use net::dispatch instead of std::experimental::net::dispatch etc. Fixes overfull hboxes.
1 parent 6561e13 commit a5a9ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/async.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,7 +2825,7 @@
28252825
\completionsig \tcode{void()}.
28262826

28272827
\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))}.
28292829

28302830
\pnum
28312831
\remarks This function shall not participate in overload resolution
@@ -2913,7 +2913,7 @@
29132913
\completionsig \tcode{void()}.
29142914

29152915
\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))}.
29172917

29182918
\pnum
29192919
\remarks This function shall not participate in overload resolution
@@ -3001,7 +3001,7 @@
30013001
\completionsig \tcode{void()}.
30023002

30033003
\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))}.
30053005

30063006
\pnum
30073007
\remarks This function shall not participate in overload resolution

0 commit comments

Comments
 (0)