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

/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp77 struct InheritsPrivateMove : PrivateMove {}; struct in inherits:PrivateMove
127 static_assert(!noexcept(InheritsPrivateMove(InheritsPrivateMove())), "");
129 InheritsPrivateMove ipm;
130 static_assert(!noexcept(ipm = InheritsPrivateMove()), "");

Completed in 155 milliseconds