[Webkit-unassigned] [Bug 63642] [Qt] Visual Studio 2010 compiler warning about TR1 support in JavascriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 21 13:18:04 PDT 2011


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





--- Comment #6 from Rob Tomek <robt_0 at hotmail.com>  2011-07-21 13:18:04 PST ---
As far as I can tell, we can just delete that line and it should have no effect on any compiler. The only file that I can find using TR1 is wtf/TypeTraits.h, and lines 27 & 182 already have:

#if (defined(__GLIBCXX__) && (__GLIBCXX__ >= 20070724) && defined(__GXX_EXPERIMENTAL_CXX0X__)) || (defined(_MSC_VER) && (_MSC_VER >= 1600))

Aron's ICC compiler shouldn't even be using the TR1 commands anyway. Also, if mingw doesn't have a gcc version with the cxx0x defined, then it doesn't use that code either.

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