Searched defs:BadConstructors (Results 1 – 1 of 1) sorted by relevance
538 struct BadConstructors { struct539 BadConstructors() { static_assert(T::value, ""); } in BadConstructors() argument541 BadConstructors(BadConstructors&&) { static_assert(T::value, ""); } in BadConstructors() function543 BadConstructors(const BadConstructors&) { static_assert(T::value, ""); } in BadConstructors() function