Searched refs:test_constexpr_context (Results 1 – 2 of 2) sorted by relevance
26 constexpr bool test_constexpr_context() { in test_constexpr_context() function42 static_assert(test_constexpr_context<int>(), "");43 static_assert(test_constexpr_context<void>(), "");
25 constexpr bool test_constexpr_context() { in test_constexpr_context() function41 static_assert(test_constexpr_context<int>(), "");42 static_assert(test_constexpr_context<void>(), "");