On Thu, Mar 16, 2017 at 11:55:21 -0400, Bill Lorensen wrote:
> I just reviewed a gitlab MR. The developer replaced =0 with =NULL.
> Since we now require c++11, should we be using nullptr?
For new code, I'd say so.
At some point, we might want to use this:
http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-nullptr.html
--Ben