Changeset 997324c for libcfa/src
- Timestamp:
 - Mar 1, 2023, 6:46:44 PM (3 years ago)
 - Branches:
 - ADT, ast-experimental, master
 - Children:
 - 1f951abd
 - Parents:
 - ad24245
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/containers/array.hfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/containers/array.hfa
rad24245 r997324c 210 210 #endif 211 211 212 // Available for users to work around Trac #265 //213 // Single-dim array sruct (with explicit packing and atom)214 // 215 212 // Available for users to work around Trac #265 213 // If `a[...0...]` isn't working, try `a[...ix0...]` instead. 214 215 #define ix0 ((ptrdiff_t)0) 216 216 217 217  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.