Changeset cdf7d43 for libcfa/src/collections/array.hfa
- Timestamp:
- Sep 11, 2024, 5:14:54 PM (2 months ago)
- Branches:
- master
- Children:
- 406c806
- Parents:
- 05f8761
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/array.hfa
r05f8761 rcdf7d43 158 158 // skip initializing elements 159 159 // array(float, 5) x = { delay_init }; 160 struct delay_init_t {} delay_init;160 enum () delay_init_t { delay_init }; 161 161 forall( [N], S & | sized(S), Timmed &, Tbase & ) 162 162 static inline void ?{}( arpk( N, S, Timmed, Tbase ) & this, delay_init_t ) {
Note: See TracChangeset
for help on using the changeset viewer.