[Nfd-dev] code style rule 3.20

Junxiao Shi shijunxiao at email.arizona.edu
Thu Oct 30 14:49:30 PDT 2014


Dear folks

rule 3.20 states: 0 should be used instead of NULL.

In C++ 11, a null pointer is typically written as std::nullptr.
Usage of std::nullptr is already permitted, because it doesn't violate this
rule.

Should we amend this rule as follows?
"std::nullptr" should be used to represent null pointer.

Yours, Junxiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20141030/61536b32/attachment.html>


More information about the Nfd-dev mailing list