[Bug c++/62274] [C++11] Variadic templates expansion into non-variadic class template

2021-08-01 Thread ville.voutilainen at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62274 Ville Voutilainen changed: What|Removed |Added CC||jason at redhat dot com --- Comment

[Bug c++/62274] [C++11] Variadic templates expansion into non-variadic class template

2021-08-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62274 --- Comment #6 from Andrew Pinski --- GCC, clang and MSVC all reject it with a similar error message. ICC accepts it.

[Bug c++/62274] [C++11] Variadic templates expansion into non-variadic class template

2015-03-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62274 --- Comment #5 from Jonathan Wakely --- EDG accepts it.

[Bug c++/62274] [C++11] Variadic templates expansion into non-variadic class template

2015-03-04 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62274 --- Comment #4 from Ville Voutilainen --- (In reply to juchem from comment #3) > Clang does accept this code: http://goo.gl/YKBt2l Clang 3.3 and 3.4 do, yes. 3.5, 3.6 and their trunk don't.

[Bug c++/62274] [C++11] Variadic templates expansion into non-variadic class template

2015-03-04 Thread juchem at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62274 --- Comment #3 from juchem at gmail dot com --- Clang does accept this code: http://goo.gl/YKBt2l

[Bug c++/62274] [C++11] Variadic templates expansion into non-variadic class template

2014-12-13 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62274 Ville Voutilainen changed: What|Removed |Added CC||ville.voutilainen at gmail dot com

[Bug c++/62274] [C++11] Variadic templates expansion into non-variadic class template

2014-08-26 Thread juchem at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62274 --- Comment #1 from juchem at gmail dot com --- Scratch the list of compilers tested (copy pasto). This is the actual compiler I tested on: $ g++ --version g++ (Debian 4.9.1-9) 4.9.1 Copyright (C) 2014 Free Software Foundation, Inc. This is free