Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prefer using "try_emplace" (sonar, c++17).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 25 Apr 2022 09:43:57 +0000 (11:43 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 25 Apr 2022 11:00:38 +0000 (13:00 +0200)
commitdb9ef2223acb402e44eec406541e671bfebd5ade
tree4fe42a7c7ebceed3b9ac78ebeed204d6e7a4eca2
parent60f34207bab74f1dca91bdf6aae807b9006e7474
Prefer using "try_emplace" (sonar, c++17).
28 files changed:
examples/cpp/app-bittorrent/s4u-peer.cpp
examples/cpp/replay-io/s4u-replay-io.cpp
include/simgrid/plugins/file_system.h
src/dag/loaders.cpp
src/instr/instr_paje_containers.cpp
src/instr/instr_paje_types.cpp
src/kernel/resource/WifiLinkImpl.cpp
src/kernel/resource/profile/Profile.cpp
src/kernel/routing/ClusterZone.cpp
src/kernel/routing/DijkstraZone.cpp
src/kernel/routing/FatTreeZone.cpp
src/kernel/routing/NetZoneImpl.cpp
src/kernel/routing/StarZone.cpp
src/plugins/file_system/s4u_FileSystem.cpp
src/s4u/s4u_Engine.cpp
src/smpi/internals/smpi_bench.cpp
src/smpi/internals/smpi_config.cpp
src/smpi/internals/smpi_deployment.cpp
src/smpi/internals/smpi_global.cpp
src/smpi/internals/smpi_shared.cpp
src/smpi/internals/smpi_utils.cpp
src/smpi/mpi/smpi_datatype.cpp
src/surf/network_ib.cpp
src/surf/network_ns3.cpp
src/surf/sg_platf.cpp
src/surf/xml/surfxml_sax_cb.cpp
src/xbt/config.cpp
src/xbt/xbt_replay.cpp