mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 16:45:53 +08:00
5adfa5039e
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