Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/type_classification/
H A Dmovable.h40 struct cpp03_friendly { struct
41 cpp03_friendly(cpp03_friendly const&);
42 cpp03_friendly& operator=(cpp03_friendly const&); argument
/llvm-project/libcxx/test/std/concepts/concepts.object/
H A Dmovable.compile.pass.cpp104 static_assert(std::movable<cpp03_friendly>);