[webkit-dev] Using namespace std

Anders Carlsson andersca at apple.com
Thu May 17 12:37:40 PDT 2012


On May 17, 2012, at 12:33 PM, Peter Kasting <pkasting at chromium.org> wrote:

> On Thu, May 17, 2012 at 12:02 PM, Ryosuke Niwa <rniwa at webkit.org> wrote:
> It appears to me using fully qualified names (e.g. std::max(~) at call site) is far superior to using directive for individual symbols (e.g. using std::max).
> 
> It sounds in general like a number of people have been in favor of this, and there hasn't been any opposition.
> 
> Should we say that the rule for things in std:: is to qualify at the callsite rather than use either form of a using directive?  Is there any disagreement with doing that?

Go for it!

- Anders


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20120517/83086dbe/attachment-0001.html>


More information about the webkit-dev mailing list