Searched refs:FCES (Results 1 – 2 of 2) sorted by relevance
7 template <typename T> concept bool FCES() { return true; } // expected-note {{previous declaration … in FCES() function8 template <> bool FCES<int>() { return true; } // expected-error {{function concept cannot be explic… in FCES() function
59 template <typename T> concept bool FCES() { return true; } in FCES() function60 template <> concept bool FCES<bool>() { return true; } // expected-error {{'concept' cannot be appl… in FCES() function