mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
CXX_LIBRARY_VERSION is irrelevant, because the only C++11 library feature of any concern is whether numeric_limits’ min() and max() are declared constexpr. Crashpad is C++11-only as far as the language is concerned, and the comment doesn’t need to call it out explicitly because static_assert() is always available. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/809833002