What\'s wrong with this line of code?
bar foo(vector ftw);
It produces
error C2061: syntax error: identifier \'vector\'
try std::vector instead. Also, make sure you
#include