I know that we have the setup for using it in the git repo, but would it be okay to do a cosmetic commit in which it's just run over all the code? I didn't want to check in such a "massive" overhaul that affects the src
directory so heavily and not inform anybody that it was happening or get ...
Search found 2 matches
- Tue Aug 09, 2016 3:35 pm
- Forum: Core
- Topic: Clang Formatter
- Replies: 0
- Views: 12764
- Tue Aug 09, 2016 3:29 pm
- Forum: Core
- Topic: C++11 standard and nullptr
- Replies: 1
- Views: 19768
C++11 standard and nullptr
Hello,
Â
There are a lot of instances that use NULL
as opposed to the shiny and new nullptr
. The thing is, though, NULL
is typically defined as the number 0, due to C legacy stuff ( http://en.cppreference.com/w/cpp/types/NULL ). I've noticed that sometimes this occurs in the C++ source ...
Â
There are a lot of instances that use NULL
as opposed to the shiny and new nullptr
. The thing is, though, NULL
is typically defined as the number 0, due to C legacy stuff ( http://en.cppreference.com/w/cpp/types/NULL ). I've noticed that sometimes this occurs in the C++ source ...