[webkit-dev] on coding-style

Allan Sandfeld Jensen kde at carewolf.com
Fri Apr 12 15:50:27 PDT 2013


On Saturday 13 April 2013, Karen Shaeffer wrote:
> Hello,
> Was reading the coding-style documentation. Have just one question
> concerning C++ null pointer value. Quoting the coding-style docs, "In C++,
> the null pointer value should be written as 0."
> 
> My question is: Doesn't xcode clang now support features like nullptr?
> Shouldn't the coding-style documentation be updated to use nullptr?
> 
No. There are other compilers of WebKit than xcode's clang.

`Allan


More information about the webkit-dev mailing list