Ignore:
Timestamp:
Aug 31, 2023, 11:31:15 PM (3 years ago)
Author:
JiadaL <j82liang@…>
Branches:
master, stuck-waitfor-destruct
Children:
950c58e
Parents:
92355883 (diff), 686912c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Resolve conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrency/actors/inherit.cfa

    r92355883 r2a301ff  
    1313struct D_msg { int a; inline message; };
    1414void ?{}( D_msg & this ) { set_allocation( this, Delete ); }
    15 void ^?{}( D_msg & this ) { mutex(sout) sout | 'A'; }
     15void ^?{}( D_msg & ) { mutex(sout) sout | 'A'; }
    1616
    1717struct D_msg2 { inline D_msg; };
Note: See TracChangeset for help on using the changeset viewer.