helper_functions.h
8.95 KB
-
Only qualify function as constexpr for C++14 and later · 30a761c4
This helper function is not a valid constexpr function in C++11, so should only be marked constexpr for C++14 and later. * include/debug/helper_functions.h (__valid_range): Change _GLIBCXX_CONSTEXPR to _GLIBCXX14_CONSTEXPR. From-SVN: r277338
Jonathan Wakely committed