https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67704
--- Comment #6 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:269e8130b77065452698ab97e5da77d132d00276
commit r10-6453-g269e8130b77065452698ab97e5da77d132d00276
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67704
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67704
Jonathan Wakely changed:
What|Removed |Added
CC||frederik.engels24 at gmail dot
com
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67704
--- Comment #3 from Jonathan Wakely ---
From Bug 89301:
The following code compiles however it should not:
template
requires(condition)
using enable_if_t = T;
template>
void foo();
void test() {
foo();
}
Slightly changed example als
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67704
Jonathan Wakely changed:
What|Removed |Added
CC||antoshkka at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67704
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67704
Andrew Sutton changed:
What|Removed |Added
CC||andrew.n.sutton at gmail dot
com
--- Co