0_0_36929334_31041.cpp: In function 'void print(T ...)':
0_0_36929334_31041.cpp:8:26: error: expected primary-expression before '...' token
((cout << t << " "), ...) << endl;
^
0_0_36929334_31041.cpp:8:26: error: expected ')' before '...' token
0_0_36929334_31041.cpp:8:38: error: parameter packs not expanded with '...':
((cout << t << " "), ...) << endl;
^
0_0_36929334_31041.cpp:8:38: note: 't'
|