Ignore:
Timestamp:
Oct 7, 2021, 2:13:46 PM (3 years ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
804bf677
Parents:
0f781fb8
Message:

String hybrid has working separated sharing contexts

File:
1 edited

Legend:

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

    r0f781fb8 r4b3b352  
    9292}
    9393
    94 string ?=?(string & this, string other) {
     94string & ?=?(string & this, string & other) { //// <---- straw man change
    9595    (*this.inner) = (*other.inner);
    9696    return this;
Note: See TracChangeset for help on using the changeset viewer.