[Program options] Some questions about composing.
18 Feb
2007
18 Feb
'07
11:39 a.m.
Hi all Is that possible to use "unsigned int" type in: config.add_options() ("source-columns,c", po::value< vector<unsigned int> >()->composing(), "List of columns. Can be: 1 2 34 5 2."); If I change "unsigned int" to "std::string" it works good. I mean I can use: -c 1 2 34 5 2 and it works. Regards. -- |\/\/| Seweryn Habdank-Wojewódzki `\/\/'
6493
Age (days ago)
6493
Last active (days ago)
0 comments
1 participants
participants (1)
-
Seweryn Habdank-Wojewódzki