Re: [pushed] c++: Empty args for variadic concept [PR98717]

2021-02-04 Thread Marek Polacek via Gcc-patches
On Thu, Feb 04, 2021 at 03:43:33PM -0500, Jason Merrill via Gcc-patches wrote: > Nice when fixing a bug is as easy as removing incorrect checks. > > gcc/cp/ChangeLog: > > PR c++/98717 > * constraint.cc (build_concept_check_arguments): Remove assert. > (build_concept_check): Allo

[pushed] c++: Empty args for variadic concept [PR98717]

2021-02-04 Thread Jason Merrill via Gcc-patches
Nice when fixing a bug is as easy as removing incorrect checks. gcc/cp/ChangeLog: PR c++/98717 * constraint.cc (build_concept_check_arguments): Remove assert. (build_concept_check): Allow empty args. gcc/testsuite/ChangeLog: PR c++/98717 * g++.dg/cpp2a/co