afanasy: use nullptr instead of NULL in af::Msg#628
afanasy: use nullptr instead of NULL in af::Msg#628grische wants to merge 1 commit intoCGRU:masterfrom
Conversation
|
Hello! |
|
nullptr avoids using implicit casts in the process and generally speaking highly recommended over using the NULL macro in C++. That's a pretty nice article explaining the differences: The PR is just some code cleanup. |
|
There are lots of thing that can be better. |
No description provided.