Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dnot_copy_constructible.fail.cpp37 struct no_move { struct
38 no_move() {} in no_move() function
39 no_move(no_move&&) = delete;
40 no_move(no_move const&) {} in no_move() argument
57 any_cast<no_move>(static_cast<any &&>(a)); in main()