Chromium must still build against libstdc++4.6.4, which presents limits
on at least type traits and perhaps performance.
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=
1820873002
Review URL: https://codereview.chromium.org/
1820873002
Chrome builds with a recent Clang on Mac and Linux and with a recent MSVC on
Windows. These toolchains are new enough to not be the weak link to use any
-C++11 language feature.
+C++11 language feature. Chromium, however, builds against libstdc++4.6.4
+(STL and runtime) on Linux. This precludes direct use of a number of type
+traits.
Chrome intentionally disables thread-safe initialization of static variables,
so we cannot rely on that. Our bots disable this too, so keep an eye on TSAN.