Changeset 367 for cpp/frams/util/sstring.cpp
- Timestamp:
- 04/20/15 03:15:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/sstring.cpp
r348 r367 134 134 if (!t) return; 135 135 copyFrom(t,t_len); 136 } 137 138 SString::SString(SString&& from) 139 { 140 buf=from.buf; 141 from.buf=&SBuf::empty(); 136 142 } 137 143
Note: See TracChangeset
for help on using the changeset viewer.