Language
C++
Compiler
gcc HEAD 7.0.1 20170414 (experimental)
Options
Warnings
Boost 1.63.0
C++1z(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.63.0/gcc-head/include -std=gnu++1z
1, 0
Exit Code:
0
Author
anonymous
almost 8 years ago
C++
gcc HEAD 7.0.1 20170414 (experimental)
Author
anonymous
almost 8 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.63.0/gcc-head/include -std=gnu++1z
prog.cc: In instantiation of 'foo<Ts>::foo(Us&& ...) [with Us = {bar}; Ts = {}]':
prog.cc:20:16: required from here
prog.cc:7:17: warning: unused parameter 'us#0' [-Wunused-parameter]
foo(Us&&... us) /* : Ts{us}...*/ {
^~
1, 0