[webkit-dev] C++ null pointers and the style guide
Bem Jones-Bey
bjonesbe at adobe.com
Wed Feb 26 17:11:49 PST 2014
Hey all,
I just noticed that the style guide claims that we should be writing a C++ null pointer as 0[1]. I was under the impression that we had left that by the wayside now that we have C++11 and nullptr goodness. Is that impression mistaken, or shall I update the style guide to say that we should be using nullptr in C++?
- Bem
[1]: http://www.webkit.org/coding/coding-style.html#zero-null
More information about the webkit-dev
mailing list