Searched refs:erroneous_array_bound_nothrow (Results 1 – 1 of 1) sorted by relevance
896 constexpr bool erroneous_array_bound_nothrow(long long n) { in erroneous_array_bound_nothrow() function902 static_assert(erroneous_array_bound_nothrow(3));903 static_assert(erroneous_array_bound_nothrow(0));904 static_assert(!erroneous_array_bound_nothrow(-1));905 static_assert(!erroneous_array_bound_nothrow(1LL << 62));