Author
anonymous
over 7 years ago
$
prog.cc: In instantiation of 'void foo(T) [with T = int]': prog.cc:21:12: required from here prog.cc:12:37: error: request for member 'size' in 't', which is of non-class type 'int' " size: " << t.size() << '\n'; ~~^~~~