Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/containers/string.hfa

    r4b3b352 rf450f2f  
    4141void ?=?(string &s, const string &other);
    4242void ?=?(string &s, char other);
    43 string & ?=?(string &s, string &other);  // surprising ret seems to help avoid calls to autogen
    44 //string ?=?( string &, string ) = void;
     43string ?=?(string &s, string other);  // string tolerates memcpys; still saw calls to autogen
     44
    4545void ^?{}(string &s);
    4646
Note: See TracChangeset for help on using the changeset viewer.