VirtualBox

Changeset 66772 in vbox for trunk


Ignore:
Timestamp:
May 4, 2017 8:53:49 AM (7 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h: clang and RT_FLEXIBLE_ARRAY, take 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r66100 r66772  
    23042304#if RT_MSC_PREREQ(RT_MSC_VER_VS2005) /** @todo Probably much much earlier. */ \
    23052305 || (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. */
    23072308# define RT_FLEXIBLE_ARRAY
    23082309# if defined(__cplusplus) && defined(_MSC_VER)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette