<p>Dear folks</p>
<p>rule 3.20 states: 0 should be used instead of NULL.</p>
<p>In C++ 11, a null pointer is typically written as std::nullptr.<br>
Usage of std::nullptr is already permitted, because it doesn't violate this rule.</p>
<p>Should we amend this rule as follows?<br>
"std::nullptr" should be used to represent null pointer.</p>
<p>Yours, Junxiao</p>