Searched defs:ParenTemplate (Results 1 – 1 of 1) sorted by relevance
404 struct ParenTemplate { struct405 int i;406 constexpr ParenTemplate(int i): i(i) {} in ParenTemplate() argument407 constexpr bool bad() const { return i; } in bad()409 …erator()(T) const _diagnose_if(bad(), "oh no", "error") {} // expected-note 2{{from 'diagnose_if'}} in operator ()()