VirtualBox

Changeset 60079 in vbox for trunk/include


Ignore:
Timestamp:
Mar 17, 2016 2:53:13 PM (9 years ago)
Author:
vboxsync
Message:

doxygen fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/array.h

    r60078 r60079  
    169169#include "VBox/com/defs.h"
    170170
     171#if RT_GNUC_PREREQ(4, 6) || (defined(_MSC_VER) && (_MSC_VER >= 1600))
    171172/** @def VBOX_WITH_TYPE_TRAITS
    172173 * Type traits are a C++ 11 feature, so not available everywhere (yet).
    173174 * Only GCC 4.6 or newer and MSVC++ 16.0 (Visual Studio 2010) or newer.
    174175 */
    175 #if RT_GNUC_PREREQ(4, 6) || (defined(_MSC_VER) && (_MSC_VER >= 1600))
    176176# define VBOX_WITH_TYPE_TRAITS
    177177#endif
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