VirtualBox

Changeset 55468 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Apr 28, 2015 12:27:21 AM (10 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h: Forgot to fix a silly typo, extended the docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r55464 r55468  
    26882688#endif
    26892689
    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. */
    26922693#if defined(_MSC_VER) && defined(__cplusplus)
    26932694# if _MSC_VER >= 1600 /* Visual C++ v10.0 / 2010 */
    2694 #  define RT_COMPILER_SUPPORTS_LAMDA
     2695#  define RT_COMPILER_SUPPORTS_LAMBDA
    26952696# endif
    26962697#elif defined(__GNUC__) && defined(__cplusplus)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette