mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-31 01:43:03 +08:00
eee9de7361
In the pre-C++11 10.6 SDK, std::numeric_limits<>::max() is not marked constexpr and cannot be used to initialize enum elements. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/771183003