mirror of
https://github.com/boostorg/mpi.git
synced 2026-01-19 04:22:10 +00:00
Tells copiler that abort won't return
This commit is contained in:
@@ -176,7 +176,7 @@ public:
|
||||
* @param errcode The error code to return to the environment.
|
||||
* @returns Will not return.
|
||||
*/
|
||||
static void abort(int errcode);
|
||||
[[noreturn]] static void abort(int errcode);
|
||||
|
||||
/** Determine if the MPI environment has already been initialized.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user