Changeset 49573 in vbox for trunk/include/VBox/com
- Timestamp:
- Nov 20, 2013 10:01:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/array.h
r49572 r49573 167 167 /* Only GCC 4.6 or newer. */ 168 168 #if (defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 406) \ 169 /* Only MSVC++ 1 0.0 (Visual Studio 2010) or newer. */ \169 /* Only MSVC++ 16.0 (Visual Studio 2010) or newer. */ \ 170 170 || (defined(_MSC_VER) && (_MSC_VER >= 1600)) 171 171 #define VBOX_WITH_TYPE_TRAITS
Note:
See TracChangeset
for help on using the changeset viewer.