Skip to content

Commit 9aee8fb

Browse files
authored
[exec.snd.expos] Spaces around operator +
1 parent 422ded5 commit 9aee8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@
16141614
@\exposid{state-type}@<Sndr, Rcvr>&, const Rcvr&>;
16151615

16161616
template<class Sndr, size_t I = 0>
1617-
using @\exposid{child-type}@ = decltype(declval<Sndr>().template @\exposid{get}@<I+2>()); // \expos
1617+
using @\exposid{child-type}@ = decltype(declval<Sndr>().template @\exposid{get}@<I + 2>()); // \expos
16181618

16191619
template<class Sndr>
16201620
using @\exposid{indices-for}@ = remove_reference_t<Sndr>::@\exposid{indices-for}@; // \expos

0 commit comments

Comments
 (0)