fix ctor for Future<void>
There was a problem with a ctor of Future<void>
. This MR disables the ctor if T
is void
. Furthermore i changed the auto
s in the mpifuturetest.cc to Future
s to check for this.
There was a problem with a ctor of Future<void>
. This MR disables the ctor if T
is void
. Furthermore i changed the auto
s in the mpifuturetest.cc to Future
s to check for this.