[webkit-dev] "using" statement clarifications

Darin Adler darin at apple.com
Mon Dec 7 21:48:18 PST 2009


On Dec 7, 2009, at 8:42 PM, Chris Jerdonek wrote:

> The existing guidelines single out the case of nested namespaces and
> says they should appear further down when the parent exists.  For
> example, instead of this--
> 
>> using namespace WebCore::HTMLNames;
>> 
>> namespace WebCore {
> 
> do this--
> 
>> namespace WebCore {
>> 
>> using namespace HTMLNames;
> 
> Should nested namespaces remain an exception?

I think so.

    -- Darin



More information about the webkit-dev mailing list