Changeset 18587 for trunk/FACT++/src
- Timestamp:
- 09/16/16 15:06:40 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r16091 r18587 529 529 cout.setf(ios_base::left); 530 530 531 // =============> Implement prin ing of parsed options531 // =============> Implement printing of parsed options 532 532 for(unsigned i=0; i<options.size(); ++i) 533 533 { 534 534 const po::basic_option<char> &opt = options[i]; 535 535 536 if (opt.value.size()==0 && !opt.string_key[0]=='-')536 if (opt.value.size()==0 && opt.string_key[0]!='-') 537 537 cout << "--"; 538 538 cout << setw(maxlen) << opt.string_key;
Note:
See TracChangeset
for help on using the changeset viewer.