[webkit-dev] Using namespace std

Anders Carlsson andersca at apple.com
Wed May 16 12:04:47 PDT 2012


On May 16, 2012, at 9:31 AM, Darin Adler <darin at apple.com> wrote:

> On May 16, 2012, at 9:20 AM, Allan Sandfeld Jensen wrote:
> 
>> there is another conflict which is entirely our own fault. It is between WTF::bind and the new std::bind from C++11
> 
> We should find a good solution for this. I’d suggest talking with Anders Carlsson about it.

I've run into this and had to use the fully qualified WTF::bind in those cases.

FWIW, I don't think we really need using directives for the std namespace - the fully qualified name is short enough and I like the additional clarity that we're calling something in the standard library.

- Anders


More information about the webkit-dev mailing list