Fix build error

This commit is contained in:
Matthias Hochsteger 2024-11-27 21:55:11 +01:00
parent ebf4d4d1b8
commit 516c089c42

View File

@ -537,7 +537,7 @@ namespace ngcore
class NgMPI_Requests
{
public:
NgMPI_Requests & operator+= (NgMPI_Request &&) { return *rhis; }
NgMPI_Requests & operator+= (NgMPI_Request &&) { return *this; }
NgMPI_Requests & operator+= (NG_MPI_Request r) { return *this; }
void WaitAll() { ; }
int WaitAny() { return 0; }