- Timestamp:
- May 4, 2017 8:53:49 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/cdefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r66100 r66772 2304 2304 #if RT_MSC_PREREQ(RT_MSC_VER_VS2005) /** @todo Probably much much earlier. */ \ 2305 2305 || (defined(__cplusplus) && RT_GNUC_PREREQ(6, 1)) \ 2306 || defined(__WATCOMC__) /* openwatcom 1.9 supports it, we don't care about older atm. */ 2306 || defined(__WATCOMC__) /* openwatcom 1.9 supports it, we don't care about older atm. */ \ 2307 || RT_CLANG_PREREQ_EX(3, 4, 0) /* Only tested clang v3.4, support is probably older. */ 2307 2308 # define RT_FLEXIBLE_ARRAY 2308 2309 # if defined(__cplusplus) && defined(_MSC_VER)
Note:
See TracChangeset
for help on using the changeset viewer.

