Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Ddefault-sfinae.pass.cpp100 struct IllFormedDefaultImp { struct
101 constexpr explicit IllFormedDefaultImp(int v) : value(v) {} in IllFormedDefaultImp() function
102 constexpr IllFormedDefaultImp() : value(T::DoesNotExistAndShouldNotCompile) {} in IllFormedDefaultImp() argument
106 typedef IllFormedDefaultImp<int> IllFormedDefault; argument