Author
anonymous
about 8 years ago
$
prog.cc: In function 'int main()': prog.cc:32:14: warning: variable 'foo' set but not used [-Wunused-but-set-variable] Foo<int> foo = create<Foo<int>>(); ^~~ Constructed Foo with value 0
prog.cc: In function 'int main()': prog.cc:32:14: warning: variable 'foo' set but not used [-Wunused-but-set-variable] Foo<int> foo = create<Foo<int>>(); ^~~
Constructed Foo with value 0