Bug 87043

Summary: Style guide: Directly qualify uses of std::
Product: WebKit Reporter: Peter Kasting <pkasting>
Component: WebKit WebsiteAssignee: Peter Kasting <pkasting>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch v1 none

Description Peter Kasting 2012-05-21 13:50:27 PDT
Per agreement on webkit-dev, change the style guide to say that for symbols in the std namespace, uses in implementation files should be explicitly qualified, instead of using a "using" directive.
Comment 1 Peter Kasting 2012-05-21 13:56:28 PDT
Created attachment 143092 [details]
patch v1
Comment 2 WebKit Review Bot 2012-05-21 18:44:39 PDT
Comment on attachment 143092 [details]
patch v1

Clearing flags on attachment: 143092

Committed r117866: <http://trac.webkit.org/changeset/117866>
Comment 3 WebKit Review Bot 2012-05-21 18:44:43 PDT
All reviewed patches have been landed.  Closing bug.