Changeset 972
- Timestamp:
- Oct 17, 2007, 2:11:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/CommandLine.cc
r971 r972 172 172 { 173 173 ColumnStream cs2(os, 2); 174 s ize_twidth = 0;174 std::string::size_type width = 0; 175 175 for (std::vector<Option*>::const_iterator i(cmd.options_.begin()); 176 176 i!=cmd.options_.end();++i) {
Note: See TracChangeset
for help on using the changeset viewer.