Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.verify.cpp35 void testNotMoveConst(NotMoveConst) { } in testNotMoveConst() function
47 …auto t = std::bind_front(testNotMoveConst, NotMoveConst(0)); // expected-error {{no matching funct… in main()