Searched refs:FCEI (Results 1 – 2 of 2) sorted by relevance
3 template <typename T> concept bool FCEI() { return true; } // expected-note {{previous declaration … in FCEI() function4 template bool FCEI<int>(); // expected-error {{function concept cannot be explicitly instantiated}}5 extern template bool FCEI<double>(); // expected-error {{function concept cannot be explicitly inst…
55 template <typename T> concept bool FCEI() { return true; } in FCEI() function56 template concept bool FCEI<int>(); // expected-error {{'concept' cannot be applied on an explicit i…57 extern template concept bool FCEI<int>(); // expected-error {{'concept' cannot be applied on an exp…