j
k
j a
j l
Sanjit Jhala wrote:
How would I specify an empty vector of strings as the default value for this option? po::value< vector<string> >()->default_value(??)
How would I specify an empty vector of strings as the default value for this option?
po::value< vector<string> >()->default_value(??)
Use vector<string>() as the default value. - Volodya
Back to the thread
Back to the list