Home
last modified time | relevance | path

Searched refs:InheritsPrivateMove (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp77 struct InheritsPrivateMove : PrivateMove {}; struct
127 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()