Changeset 60079 in vbox for trunk/include
- Timestamp:
- Mar 17, 2016 2:53:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/array.h
r60078 r60079 169 169 #include "VBox/com/defs.h" 170 170 171 #if RT_GNUC_PREREQ(4, 6) || (defined(_MSC_VER) && (_MSC_VER >= 1600)) 171 172 /** @def VBOX_WITH_TYPE_TRAITS 172 173 * Type traits are a C++ 11 feature, so not available everywhere (yet). 173 174 * Only GCC 4.6 or newer and MSVC++ 16.0 (Visual Studio 2010) or newer. 174 175 */ 175 #if RT_GNUC_PREREQ(4, 6) || (defined(_MSC_VER) && (_MSC_VER >= 1600))176 176 # define VBOX_WITH_TYPE_TRAITS 177 177 #endif
Note:
See TracChangeset
for help on using the changeset viewer.