Searched defs:non_literal_ko (Results 1 – 1 of 1) sorted by relevance
175 constexpr auto non_literal_ko = non_literal(false); // cxx23-error {{constexpr variable 'non_literal_ko' must be initialized by a constant expression}} \ in test_in_lambdas() local 224 constexpr auto non_literal_ko = non_literal(true); // expected-error {{constexpr variable 'non_literal_ko' must be initialized by a constant expression}} \ in test_lambdas_implicitly_constexpr() local