Changeset 16803
- Timestamp:
- 06/10/13 17:23:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/tools.cc
r15167 r16803 244 244 } 245 245 246 opt = *it++;246 opt = string(*it).find_first_of('=')==string::npos ? *it++ : ""; 247 247 248 248 map<string,string> rc;
Note:
See TracChangeset
for help on using the changeset viewer.