https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86932
--- Comment #1 from zennehoy ---
Sorry, I included the problematic void non-type template parameter pack.
The type of std::enable_if_t should be specified as something other than void,
e.g., int:
#include
template, int>...>
void f
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: zennehoy at gmail dot com
Target Milestone: ---
The following code incorrectly compiles under GCC 8.1/8.2, but fails (as
expected) with GCC 7.3 and other compilers