HomeSort by relevance Sort by last modified time
    Searched refs:FCES (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
p7.cpp 7 template <typename T> concept bool FCES() { return true; } // expected-note {{previous declaration is here}}
8 template <> bool FCES<int>() { return true; } // expected-error {{function concept cannot be explicitly specialized}}
p1.cpp 59 template <typename T> concept bool FCES() { return true; }
60 template <> concept bool FCES<bool>() { return true; } // expected-error {{'concept' cannot be applied on an explicit specialization}}

Completed in 176 milliseconds