VirtualBox

Changeset 11027 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 31, 2008 12:06:24 PM (16 years ago)
Author:
vboxsync
Message:

Disabled RT_NO_THROW on solaris r0.

File:
1 edited

Legend:

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

    r11019 r11027  
    445445 * and the semicolon in function prototypes (and implementation if C++).
    446446 */
    447 #ifdef __cplusplus
     447#if defined(__cplusplus) && !(defined(IN_RING0) && defined(RT_OS_SOLARIS))
    448448# define RT_NO_THROW    throw()
    449449#else
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