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