[Bug c++/67319] Short-hand concepts for variadic member functions broken

2020-02-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67319 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/67319] Short-hand concepts for variadic member functions broken

2019-09-04 Thread andrew.n.sutton at gmail dot com
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

[Bug c++/67319] Short-hand concepts for variadic member functions broken

2015-09-26 Thread rbock at eudoxos dot de
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

[Bug c++/67319] Short-hand concepts for variadic member functions broken

2015-09-08 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67319 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|