boost/boost-mpi-noreturn.patch
Arvin Schnell e25c79031e Accepting request 1110449 from home:aschnell:boost
- update to 1.83.0
  * new libraries:
    + Compat - Header-only Library.
  * for details on all changes see,
    https://www.boost.org/users/history/version_1_83_0.html
- dynamic_linking.patch: updated
- boost-mpi-noreturn.patch: added

OBS-URL: https://build.opensuse.org/request/show/1110449
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=316
2023-09-12 08:16:58 +00:00

13 lines
545 B
Diff

diff -r -u boost_1_83_0-orig/boost/mpi/environment.hpp boost_1_83_0/boost/mpi/environment.hpp
--- boost_1_83_0-orig/boost/mpi/environment.hpp 2023-08-08 23:02:53.000000000 +0200
+++ boost_1_83_0/boost/mpi/environment.hpp 2023-09-12 08:36:01.310536799 +0200
@@ -176,7 +176,7 @@
* @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.
*