- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/containers/string.hfa
r4b3b352 rf450f2f 41 41 void ?=?(string &s, const string &other); 42 42 void ?=?(string &s, char other); 43 string & ?=?(string &s, string &other); // surprising ret seems to help avoid calls to autogen44 //string ?=?( string &, string ) = void; 43 string ?=?(string &s, string other); // string tolerates memcpys; still saw calls to autogen 44 45 45 void ^?{}(string &s); 46 46
Note:
See TracChangeset
for help on using the changeset viewer.