This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/81279] variadic template regression : compiles without error under 5.4.0 , 6.3.0 with error under 7.1.0


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81279

--- Comment #4 from d25fe0be@ <d25fe0be at outlook dot com> ---
'_t::_call' is a dependent name, adding 'template' before '_call' fixes the
compilation error.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]