Skip to content
GitLab
Explore
Sign in
C++14: Replace ITK_NULLPTR by nullptr
Code
Review changes
Check out branch
Download
Patches
Plain diff
Victor Poughon
requested to merge
cpp14_nullptr
into
develop
Jun 07, 2018
Overview
0
Commits
1
Pipelines
0
Changes
315
Expand
find . -type f -exec sed -i "s/ITK_NULLPTR/nullptr/g" {} \;
Edited
Jun 07, 2018
by
Victor Poughon
Merge request reports
Loading