Skip to content

Commit f8a80fe

Browse files
committed
Fixup LWG4568: Deal with overfull hbox
1 parent 38b2407 commit f8a80fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/exec.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5641,7 +5641,8 @@
56415641
namespace std::execution {
56425642
template<class Alloc, @\libconcept{scope_token}@ Token, @\libconcept{sender}@ Sender, class Env>
56435643
struct @\exposidnc{spawn-future-state}@ // \expos
5644-
: @\exposid{spawn-future-state-base}@<completion_signatures_of_t<@\exposid{future-spawned-sender}@<Sender, Env>, env<>>> {
5644+
: @\exposid{spawn-future-state-base}@<completion_signatures_of_t<@\exposid{future-spawned-sender}@<Sender, Env>,
5645+
env<>>> {
56455646
using @\exposidnc{sigs-t}@ = // \expos
56465647
completion_signatures_of_t<@\exposid{future-spawned-sender}@<Sender, Env>, env<>>;
56475648
using @\exposidnc{receiver-t}@ = // \expos

0 commit comments

Comments
 (0)