Changeset 55468 in vbox for trunk/include/iprt
- Timestamp:
- Apr 28, 2015 12:27:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r55464 r55468 2688 2688 #endif 2689 2689 2690 /** @def RT_COMPILER_SUPPORTS_LAMDA 2691 * If the defined, the compiler supports lamda expressions. */ 2690 /** @def RT_COMPILER_SUPPORTS_LAMBDA 2691 * If the defined, the compiler supports lambda expressions. These expressions 2692 * are useful for embedding assertions and type checks into macros. */ 2692 2693 #if defined(_MSC_VER) && defined(__cplusplus) 2693 2694 # if _MSC_VER >= 1600 /* Visual C++ v10.0 / 2010 */ 2694 # define RT_COMPILER_SUPPORTS_LAM DA2695 # define RT_COMPILER_SUPPORTS_LAMBDA 2695 2696 # endif 2696 2697 #elif defined(__GNUC__) && defined(__cplusplus)
Note:
See TracChangeset
for help on using the changeset viewer.