[Webkit-unassigned] [Bug 59249] Colliding isinf/isnan between C99 and C++0x with GCC 4.6.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 12:58:03 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59249





--- Comment #16 from Darin Adler <darin at apple.com>  2011-05-05 12:58:03 PST ---
(In reply to comment #15)
> I'm saying that if you do :
> 
> using namespace std;
> using namespace other;
> 
> you may have name collisions.

Yes, exactly. And if you do, then you can’t use using namespace for both.

But that’s not what’s happening here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list