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

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dcwg1170.cpp26 struct HasNonConstCopy { struct
27 HasNonConstCopy(HasNonConstCopy&);
40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1];

Completed in 63 milliseconds