VirtualBox

Changeset 39092 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Oct 24, 2011 2:00:33 PM (13 years ago)
Author:
vboxsync
Message:

alloc-ef-cpp.cpp: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/alloc-ef-cpp.cpp

    r39089 r39092  
    5656#ifdef RT_EXCEPTIONS_ENABLED
    5757# ifdef _MSC_VER
    58 #  if _MSC_VER >= 1400
    59 #   define RT_EF_THROWS_BAD_ALLOC
    60 #  else
    61 #   define RT_EF_THROWS_BAD_ALLOC    throw(std::bad_alloc)
    62 #  endif
     58#  define RT_EF_THROWS_BAD_ALLOC
    6359# else
    6460#  define RT_EF_THROWS_BAD_ALLOC     throw(std::bad_alloc)
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