Changeset 449
- Timestamp:
- Aug 16, 2007, 9:03:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Configuration.cc
r446 r449 98 98 << "line: `" << line << "' is invalid."; 99 99 throw std::runtime_error(mess.str()); 100 100 } 101 101 if (section == "copyright-alias"){ 102 102 std::map<std::string,Alias>::iterator iter = … … 134 134 throw std::runtime_error(mess.str()); 135 135 } 136 }137 136 } 138 137 }
Note: See TracChangeset
for help on using the changeset viewer.