We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5998d9c commit 4f4f13dCopy full SHA for 4f4f13d
libcxx/include/limits
@@ -448,7 +448,7 @@ protected:
448
static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
449
};
450
451
-#ifdef __CHERI__
+#if __has_feature(capabilities)
452
template<>
453
class __libcpp_numeric_limits<__intcap_t, true>
454
: public __libcpp_numeric_limits<long, true> { };
0 commit comments