Changeset 981 for trunk/yat/utility/CommandLine.cc
- Timestamp:
- Oct 22, 2007, 6:18:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/CommandLine.cc
r979 r981 169 169 170 170 171 std::ostream& operator<<(std::ostream& os, CommandLine& cmd)171 std::ostream& operator<<(std::ostream& os, const CommandLine& cmd) 172 172 { 173 173 ColumnStream cs2(os, 2);
Note: See TracChangeset
for help on using the changeset viewer.