Searched refs:IllFormedDefaultImp (Results 1 – 1 of 1) sorted by relevance
101 struct IllFormedDefaultImp { struct102 constexpr explicit IllFormedDefaultImp(int v) : value(v) {} in IllFormedDefaultImp() argument103 constexpr IllFormedDefaultImp() : value(T::DoesNotExistAndShouldNotCompile) {} in IllFormedDefaultImp() argument107 typedef IllFormedDefaultImp<int> IllFormedDefault; argument