Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use transparent comparator 'std::less<>' with associative string container (sonar).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Dec 2020 16:40:57 +0000 (17:40 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Dec 2020 21:13:11 +0000 (22:13 +0100)
commitf409d6f711ba652a6fd78e185791cf7870b6765d
treeb81225d7fec409dcefc3413487cfaf3855360b71
parent081a38309c637c51f527b507704b65d6ce1ac805
Use transparent comparator 'std::less<>' with associative string container (sonar).

See https://sonarcloud.io/organizations/simgrid/rules?open=cpp%3AS6045&rule_key=cpp%3AS6045
42 files changed:
include/simgrid/kernel/routing/ClusterZone.hpp
include/simgrid/kernel/routing/EmptyZone.hpp
include/simgrid/kernel/routing/NetZoneImpl.hpp
include/simgrid/kernel/routing/RoutedZone.hpp
include/simgrid/plugins/file_system.h
include/simgrid/s4u/NetZone.hpp
include/xbt/config.hpp
src/instr/instr_interface.cpp
src/instr/instr_paje_containers.cpp
src/instr/instr_paje_containers.hpp
src/instr/instr_paje_types.cpp
src/instr/instr_paje_types.hpp
src/instr/instr_platform.cpp
src/instr/instr_private.hpp
src/kernel/EngineImpl.hpp
src/kernel/routing/ClusterZone.cpp
src/kernel/routing/EmptyZone.cpp
src/kernel/routing/RoutedZone.cpp
src/mc/ModelChecker.hpp
src/plugins/file_system/s4u_FileSystem.cpp
src/plugins/host_dvfs.cpp
src/s4u/s4u_Netzone.cpp
src/simdag/sd_daxloader.cpp
src/smpi/colls/smpi_coll.cpp
src/smpi/include/private.hpp
src/smpi/include/smpi_info.hpp
src/smpi/internals/instr_smpi.cpp
src/smpi/internals/smpi_deployment.cpp
src/smpi/internals/smpi_global.cpp
src/smpi/internals/smpi_shared.cpp
src/smpi/plugins/ampi/instr_ampi.cpp
src/surf/HostImpl.hpp
src/surf/cpu_cas01.cpp
src/surf/network_ns3.cpp
src/surf/ns3/ns3_simulator.cpp
src/surf/sg_platf.cpp
src/surf/storage_n11.cpp
src/surf/surf_interface.cpp
src/surf/surf_interface.hpp
src/xbt/PropertyHolder.cpp
src/xbt/config.cpp
teshsuite/s4u/storage_client_server/storage_client_server.cpp