Ignore:
Timestamp:
Mar 4, 2023, 3:05:28 PM (18 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
e54b4e9
Parents:
858350a
Message:

added test case to types test and refactored to remove redundant ctor calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/actors/matrix.cfa

    r858350a r4933f18  
    77unsigned int xr = 500, xc = 500, yc = 500, Processors = 1; // default values
    88
    9 struct derived_actor {
    10     inline actor;
    11 };
    12 void ?{}( derived_actor & this ) { ((actor &)this){}; }
     9struct derived_actor { inline actor; };
    1310
    1411struct derived_msg {
Note: See TracChangeset for help on using the changeset viewer.