https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67319
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67319
Andrew Sutton changed:
What|Removed |Added
CC||andrew.n.sutton at gmail dot
com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67319
--- Comment #1 from Roland B ---
Using the terse notation works fine, btw:
// -
template
concept bool Any()
{
return true;
}
struct my_struct
{
auto sample(Any... args) -> void;
};
int main()
{
my_struct{}.s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67319
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|