Searched refs:IllFormedDefaultImp (Results 1 – 1 of 1) sorted by relevance
100 struct IllFormedDefaultImp { struct101 constexpr explicit IllFormedDefaultImp(int v) : value(v) {} in IllFormedDefaultImp() function102 constexpr IllFormedDefaultImp() : value(T::DoesNotExistAndShouldNotCompile) {} in IllFormedDefaultImp() argument106 typedef IllFormedDefaultImp<int> IllFormedDefault; argument