Index: /trunk/include/VBox/com/array.h
===================================================================
--- /trunk/include/VBox/com/array.h	(revision 49572)
+++ /trunk/include/VBox/com/array.h	(revision 49573)
@@ -167,5 +167,5 @@
         /* Only GCC 4.6 or newer. */
 #if    (defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 406) \
-       /* Only MSVC++ 10.0 (Visual Studio 2010) or newer. */           \
+       /* Only MSVC++ 16.0 (Visual Studio 2010) or newer. */           \
     || (defined(_MSC_VER) && (_MSC_VER >= 1600))
     #define VBOX_WITH_TYPE_TRAITS
