mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
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