Changes in libcfa/src/bits/stack.hfa [5251c6b:fd54fef]
- File:
-
- 1 edited
-
libcfa/src/bits/stack.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/stack.hfa
r5251c6b rfd54fef 14 14 }; 15 15 16 staticinline {16 inline { 17 17 // wrappers to make Collection have T 18 18 T & head( Stack(T) & s ) with( s ) { … … 70 70 struct StackIter { 71 71 inline ColIter; // Plan 9 inheritance 72 }; 72 }; 73 73 74 staticinline {74 inline { 75 75 void ?{}( StackIter(T) & si ) with( si ) { 76 76 ((ColIter &)si){};
Note:
See TracChangeset
for help on using the changeset viewer.