Just
return vector<string>();
Or use list initialization (since C++11)
return {};
2.1m questions
2.1m answers
60 comments
57.0k users