- File:
-
- 1 edited
-
tests/array-container/dimexpr-match.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/array-container/dimexpr-match.hfa
rf02f546 r0f4ac10 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 default 149 #if defined CFA_IS_PREVIEW && defined CFA_IS_CLASSIC 150 #error Must not define both CFA_IS_CLASSIC, CFA_IS_PREVIEW 151 #endif 152 #if ! defined CFA_IS_PREVIEW && ! defined CFA_IS_CLASSIC 153 #define CFA_IS_CLASSIC 154 #endif 147 155 148 156 #if ! defined __cforall
Note:
See TracChangeset
for help on using the changeset viewer.