Bug 87043 - Style guide: Directly qualify uses of std::
Summary: Style guide: Directly qualify uses of std::
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Peter Kasting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 13:50 PDT by Peter Kasting
Modified: 2012-05-21 18:44 PDT (History)
1 user (show)

See Also:


Attachments
patch v1 (2.19 KB, patch)
2012-05-21 13:56 PDT, Peter Kasting
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.