Changeset 2a301ff for tests/array-collections/dimexpr-match.hfa
- Timestamp:
- Aug 31, 2023, 11:31:15 PM (2 years ago)
- Branches:
- master
- Children:
- 950c58e
- Parents:
- 92355883 (diff), 686912c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
tests/array-collections/dimexpr-match.hfa (moved) (moved from tests/array-container/dimexpr-match.hfa ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/array-collections/dimexpr-match.hfa
r92355883 r2a301ff 145 145 #define EXPAND_AND_QUOTE(str) QUOTE(str) 146 146 #define TRY_COMPAT_E EXPAND_AND_QUOTE(TRY_COMPAT(__L__,__R__)) 147 148 // Temporary: CFA is classic by default149 #if defined CFA_IS_PREVIEW && defined CFA_IS_CLASSIC150 #error Must not define both CFA_IS_CLASSIC, CFA_IS_PREVIEW151 #endif152 #if ! defined CFA_IS_PREVIEW && ! defined CFA_IS_CLASSIC153 #define CFA_IS_CLASSIC154 #endif155 147 156 148 #if ! defined __cforall
Note:
See TracChangeset
for help on using the changeset viewer.