forked from ninja-build/ninja
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
C++11The second set of patchesThe second set of patchespatchIntended to be part of the patch series that makes up splinterIntended to be part of the patch series that makes up splinter
Description
This is a big one! Use RAII styled pointers (smart pointers) where ever necessary.
Get rid of raw pointers! Perhaps a good way to do this would be to find every where new and delete are called to hunt these down (also please use make_unique or '''make_sharedrather thannew``` ( this will be a separate patch I guess.)
Please use unique_ptr unless absolutely need to use shared_ptr.
Metadata
Metadata
Assignees
Labels
C++11The second set of patchesThe second set of patchespatchIntended to be part of the patch series that makes up splinterIntended to be part of the patch series that makes up splinter