std::array<T, size_t S>

This commit is contained in:
Joachim Schoeberl 2023-09-07 20:21:44 +02:00
parent b80d58a603
commit a09bd78459

View File

@ -46,7 +46,7 @@ namespace ngcore
static MPI_Datatype MPIType () { return MPI_C_BOOL; } }; static MPI_Datatype MPIType () { return MPI_C_BOOL; } };
template<int S, typename T> template<typename T, size_t S>
struct MPI_typetrait<std::array<T,S>> struct MPI_typetrait<std::array<T,S>>
{ {
static MPI_Datatype MPIType () static MPI_Datatype MPIType ()