2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-01-27 19:12:09 +00:00
Files
mpi/include
Michael Kuron dc708430bf mpi::detail::c_data needs to check for empty vectors
If the standard library is configured to do range checks (-D _GLIBCXX_ASSERTIONS), accessing the zeroth element of a vector to get its address triggers an assertion.
2019-02-14 15:55:31 +01:00
..