Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace fixed-size C-style arrays with std::array.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 20 Nov 2020 20:52:39 +0000 (21:52 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 21 Nov 2020 17:00:48 +0000 (18:00 +0100)
commitf50a3b14cac88d8c6db2219f5a2c79696770ed6d
tree35d380382e95c47b6783f5d0ec1d37d3bdd3176d
parentfa40abdc1d0705869a181ee3f2e9be45325d4e25
Replace fixed-size C-style arrays with std::array.
src/mc/inspect/DwarfExpression.hpp
src/mc/sosp/PageStore_test.cpp
src/smpi/internals/smpi_shared.cpp
src/smpi/mpi/smpi_comm.cpp
src/smpi/mpi/smpi_datatype.cpp
src/smpi/mpi/smpi_datatype_derived.cpp
src/smpi/mpi/smpi_request.cpp