Ignore:
Timestamp:
Dec 28, 2020, 4:00:51 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
657c36f
Parents:
1e6f632f
Message:

formatting, change container iterator operator from ">>" to "|"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/collection.hfa

    r1e6f632f r9536761  
    6868
    6969struct ColIter {
    70         void * curr;                                                                            // element to be returned by >>
     70        void * curr;                                                                            // element returned by |
    7171};
    7272
Note: See TracChangeset for help on using the changeset viewer.