std::vector<std::string> months = { "January", "February", "March" };
// another thing I could do:
setMonths({ "January", "February", "March" });
std::vector<std::string> months = { "January", "February", "March" };
// another thing I could do:
setMonths({ "January", "February", "March" });