Changeset d9f6d80 for libcfa/src/bits


Ignore:
Timestamp:
Dec 20, 2024, 3:35:35 PM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9dc05782
Parents:
77148b0 (diff), 5251c6b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

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

    r77148b0 rd9f6d80  
    1414        };
    1515
    16         inline {
     16        static inline {
    1717                // wrappers to make Collection have T
    1818                T & head( Stack(T) & s ) with( s ) {
     
    7070        struct StackIter {
    7171                inline ColIter;                                                                 // Plan 9 inheritance
    72         };     
     72        };
    7373
    74         inline {
     74        static inline {
    7575                void ?{}( StackIter(T) & si ) with( si ) {
    7676                        ((ColIter &)si){};
Note: See TracChangeset for help on using the changeset viewer.