treewide: avoid use of unsupported C++ specifiers
constexpr and noexcept were introduced as specifiers in C++11. Avoid
referencing them when compiling for earlier versions of the language.
Signed-off-by:
Peter A. Bigot <pab@pabigot.com>
Loading
Please sign in to comment