Changeset 55464 in vbox for trunk/include/iprt
- Timestamp:
- Apr 27, 2015 11:07:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r55192 r55464 2688 2688 #endif 2689 2689 2690 /** @def RT_COMPILER_SUPPORTS_LAMDA 2691 * If the defined, the compiler supports lamda expressions. */ 2692 #if defined(_MSC_VER) && defined(__cplusplus) 2693 # if _MSC_VER >= 1600 /* Visual C++ v10.0 / 2010 */ 2694 # define RT_COMPILER_SUPPORTS_LAMDA 2695 # endif 2696 #elif defined(__GNUC__) && defined(__cplusplus) 2697 /* 4.5 or later, I think, if in ++11 mode... */ 2698 #endif 2699 2690 2700 /** @} */ 2691 2701
Note:
See TracChangeset
for help on using the changeset viewer.