Changeset 997324c for libcfa/src


Ignore:
Timestamp:
Mar 1, 2023, 6:46:44 PM (15 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ADT, ast-experimental, master
Children:
1f951abd
Parents:
ad24245
Message:

Repair bad commit ad2424. Put back ix0 definition that was removed by mistake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/containers/array.hfa

    rad24245 r997324c  
    210210#endif
    211211
    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)
    216216
    217217
Note: See TracChangeset for help on using the changeset viewer.