12
std::vector<std::string, std::allocator<std::string>> sv; sv.push_back("Hello");
std::vector<std::string>