Why is the any_string literal needed on the below code?
Code:
options_.add_options()("help,h", value<bool>(&help)->default_value(false)->implicit_value(true), "Print this help message")("testing", value<std::vector<std::string>>(&testingv)->multitoken()->default_value(std::vector<std::string>{"1", "0"}, "any_string"), "test multivalue")
Statistics: Posted by wkeeling — Mon Jul 29, 2024 2:53 pm