Skip to content

fix ctor for Future<void>

Nils-Arne Dreier requested to merge fix_future_of_void into master

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

Merge request reports