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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to