Searched refs:is_constexpr (Results 1 – 1 of 1) sorted by relevance
4 template<typename T> constexpr int is_constexpr() { return T::error; } // expected-error {{'::'}} in is_constexpr() function17 (void)sizeof(is_constexpr<long>()); in test()30 (void)sizeof(int{is_constexpr<int>()}); // expected-note {{instantiation of}} in test()