Just
return vector<string>();
Or use list initialization (since C++11)
return {};
1.4m articles
1.4m replys
5 comments
57.0k users