[webkit-dev] C++ null pointers and the style guide

2014-02-26 Thread Bem Jones-Bey
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

Re: [webkit-dev] C++ null pointers and the style guide

2014-02-26 Thread Ryosuke Niwa
Yes, we should update the style guideline. - R. Niwa On Wed, Feb 26, 2014 at 5:11 PM, Bem Jones-Bey bjone...@adobe.com wrote: 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