mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
c23dcdc88a
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