Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information