Ignore:
Timestamp:
Dec 17, 2020, 12:28:03 PM (4 years ago)
Author:
Colby Alexander Parsons <caparsons@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7522692
Parents:
28e88d7
Message:

removed listed requirement for collections since it was redundant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/multi_list.cfa

    r28e88d7 r19de7864  
    2727}
    2828
    29 bool listed( TaskDL * n ) {
    30         return Next( (Colable *)n ) != 0p;
    31 }
    32 
    3329struct TaskSL {
    3430        inline Colable;
     
    4541TaskSL *& Next( TaskSL * n ) {
    4642        return (TaskSL *)Next( (Colable *)n );
    47 }
    48 
    49 bool listed( TaskSL * n ) {
    50         return Next( (Colable *)n ) != 0p;
    5143}
    5244
Note: See TracChangeset for help on using the changeset viewer.