HomeSort by relevance Sort by last modified time
    Searched full:has_copy_constructor (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
cwg1170.cpp 14 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 511 milliseconds