Descriptionwin: set CXX_LIBRARY_VERSION to 2011
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
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/c23dcdc88a6a39012b16e7f17b20381d393e2351
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #
Total comments: 2
Patch Set 4 : add CXX_HAS_CONSTEXPR #
Total comments: 2
Patch Set 5 : fix new define on msvc #
Total comments: 2
Patch Set 6 : to CXX_LIBRARY_HAS_CONSTEXR #Messages
Total messages: 9 (1 generated)
|