mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Unfortunately VS2013's support of C++11 is partial. It supports the extended union definition, but does not fully support constexpr. So, update some locations where CXX_LIBRARY_VERSION is used where toolchain support is lacking. It works correctly in the locations where std::is_standard_layout is used. R=mark@chromium.org BUG=crashpad:1 Review URL: https://codereview.chromium.org/803273002
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%