Changeset f277633e


Ignore:
Timestamp:
Aug 4, 2020, 3:24:31 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
21b0a23
Parents:
c44d652
Message:

Fixed missing constructor when io_uring is not present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/setup.cfa

    rc44d652 rf277633e  
    2929        }
    3030
     31        void ?{}(io_context_params & this) {}
     32
    3133        void ?{}(io_context & this, struct cluster & cl) {}
    3234        void ?{}(io_context & this, struct cluster & cl, const io_context_params & params) {}
Note: See TracChangeset for help on using the changeset viewer.