diff --git a/include/boost/mpi/collectives/broadcast.hpp b/include/boost/mpi/collectives/broadcast.hpp index cd309630..300caec2 100644 --- a/include/boost/mpi/collectives/broadcast.hpp +++ b/include/boost/mpi/collectives/broadcast.hpp @@ -106,7 +106,7 @@ namespace detail { template void broadcast_impl(const communicator& comm, T* values, int n, int root, - mpl::false_ non_mpi_datatype) + mpl::false_) { // Implementation proposed by Lorenz Hübschle-Schneider if (comm.rank() == root) {