Searched defs:has_copy_constructor (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dcwg1170.cpp14 class has_copy_constructor { class
39 int check0[has_copy_constructor<HasCopy>::value? 1 : -1];
40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1];
41 int check2[has_copy_constructor<HasDeletedCopy>::value? -1 : 1];
42 int check3[has_copy_constructor<HasPrivateCopy>::value? -1 : 1];

Completed in 97 milliseconds