Skip to content

Commit 1659bf4

Browse files
committed
Continuation target domain defaults to source.
1 parent 244fa1c commit 1659bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/react/Domain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class TransactionStatus
145145
template
146146
<
147147
typename D,
148-
typename D2
148+
typename D2 = D
149149
>
150150
class Continuation : public REACT_IMPL::ContinuationBase<D,D2>
151151
{

0 commit comments

Comments
 (0)