Searched defs:MoveCtorOnly (Results 1 – 1 of 1) sorted by relevance
81 struct MoveCtorOnly { // expected-note {{no constexpr constructors other than copy or move constructors}} struct 84 constexpr int f(MoveCtorOnly) { return 0; } // expected-error {{'MoveCtorOnly' is not a literal type}} in f() argument