Changeset 88:18444049848b in lemon-1.0 for lemon/arg_parser.cc
- Timestamp:
- 03/16/08 01:39:19 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/arg_parser.cc
r85 r88 70 70 p.type=INTEGER; 71 71 p.mandatory=obl; 72 p.self_delete=true;73 72 _opts[name]=p; 74 73 return *this; … … 100 99 p.mandatory=obl; 101 100 _opts[name]=p; 102 103 value = false;104 105 101 return *this; 106 102 }
Note: See TracChangeset
for help on using the changeset viewer.