Ignore:
Timestamp:
Dec 12, 2024, 4:45:14 PM (6 days ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
ad8b6df
Parents:
35cc6d4
Message:

Make array and list headers free of warnings upon include and as used in a libcfa build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/collections/list.hfa

    r35cc6d4 r8ee211d  
    317317        return true;
    318318        }
    319         static bool validate( dlist(tE, tLinks) & this ) {
     319        static inline bool validate( dlist(tE, tLinks) & this ) {
    320320                return $validate_fwd(this) && $validate_rev(this);
    321321        }
Note: See TracChangeset for help on using the changeset viewer.