Changeset 086d6b8 for src


Ignore:
Timestamp:
Jun 17, 2023, 9:29:52 AM (12 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
05956d21
Parents:
3a7aa94
Message:

changed actors to use bar operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Actors.cpp

    r3a7aa94 r086d6b8  
    323323            FunctionDecl * sendOperatorFunction = new FunctionDecl(
    324324                decl->location,
    325                 "?<<?",
     325                "?|?",
    326326                {},                     // forall
    327327                {
Note: See TracChangeset for help on using the changeset viewer.