Home
last modified time | relevance | path

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

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