[Webkit-unassigned] [Bug 75657] WTF::yield() conflicts with unistd.h when building with Solaris Studio 12.3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 14:24:01 PST 2012


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





--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2012-01-06 14:24:00 PST ---
> Maybe the answer is: Feel free to submit a patch which removes the "using" statement and changes SQLiteDatabase.cpp to WTF::yield?

I don't think that this is the best solution. We export all public functions from WTF into global namespace, so having an exception because of a rare platform seems wrong.

Renaming the function or removing it altogether seems better.

-- 
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