Searched refs:InheritsPrivateMove (Results 1 – 1 of 1) sorted by relevance
77 struct InheritsPrivateMove : PrivateMove {}; struct127 static_assert(!noexcept(InheritsPrivateMove(InheritsPrivateMove())), ""); in test_deletion_exclusion()129 InheritsPrivateMove ipm; in test_deletion_exclusion()130 static_assert(!noexcept(ipm = InheritsPrivateMove()), ""); in test_deletion_exclusion()