Changeset 1437 in SHVCSoftware for branches/SHM-dev/source/Lib/TAppCommon
- Timestamp:
- 12 Aug 2015, 19:56:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TAppCommon/program_options_lite.h
r1377 r1437 247 247 size_t pos = cNameBuffer.find_first_of('\0'); 248 248 if(pos != std::string::npos) 249 { 249 250 cNameBuffer.resize(pos); 251 } 250 252 251 253 parent.addOption(new Option<T>( cNameBuffer, (storage[uiK]), default_val, cDescriptionBuffer ));
Note: See TracChangeset for help on using the changeset viewer.