Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SIMGRID] NULL -> nullptr substitution
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 8 Jun 2016 21:20:59 +0000 (23:20 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 9 Jun 2016 07:39:07 +0000 (09:39 +0200)
commita2ba3fbf10cecf8ac1da9bd7fb8d3deaf53a900e
treedb1c197ab56b8145c5dae9a10a3ea66163aacd7b
parente6f7f709a42562f77d630d5c02883f031a108d1b
[SIMGRID] NULL -> nullptr substitution

I used the following command: (the '**' means recursion in ZSH)
sed -i -e 's/\([^_]\s*\)NULL/\1nullptr/g' src/**/*.cpp

We check for the underscore to avoid replacing MPI_*_NULL
src/simgrid/host.cpp
src/simgrid/sg_config.cpp