Author
anonymous
about 8 years ago
Language
Compiler
Options
Author
anonymous
about 8 years ago
$
prog.cc: In instantiation of 'typename std::enable_if<(sizeof (T) <= 4), void>::type A::foo(T) [with T = int; typename std::enable_if<(sizeof (T) <= 4), void>::type = void]':
prog.cc:24:12: required from here
prog.cc:18:64: warning: unused parameter 'a' [-Wunused-parameter]
typename std::enable_if<(sizeof(T) <= 4), void>::type A::foo(T a ) {
^
<=4
Exit Code:
0