Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More uses of std::make_unique.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 5 Oct 2020 19:53:43 +0000 (21:53 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 5 Oct 2020 20:48:32 +0000 (22:48 +0200)
commite63c67321577f0816604fe730cd0bc856970454d
tree6f739f26dc893295f31910c03208d0758c3bf73b
parentdd6250a2368011999676518ece99216d9279c1f7
More uses of std::make_unique.

Clang-tidy enabled checks:
    modernize-make-shared
    modernize-make-unique
14 files changed:
src/kernel/context/ContextSwapped.cpp
src/mc/Session.cpp
src/mc/remote/AppSide.cpp
src/mc/remote/RemoteSimulation.cpp
src/mc/sosp/PageStore_test.cpp
src/mc/sosp/Snapshot_test.cpp
src/plugins/file_system/s4u_FileSystem.cpp
src/simix/smx_global.cpp
src/smpi/bindings/smpi_pmpi_coll.cpp
src/smpi/colls/smpi_mpich_selector.cpp
src/smpi/colls/smpi_openmpi_selector.cpp
src/surf/cpu_ti.cpp
src/xbt/PropertyHolder.cpp
src/xbt/random.cpp