Author
anonymous
about 8 years ago
$
prog.cc: In function 'int main()': prog.cc:15:10: warning: variable 'a' set but not used [-Wunused-but-set-variable] auto a = A<int>(type_wrapper<double>{}); ^