Changeset 39092 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 24, 2011 2:00:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/alloc-ef-cpp.cpp
r39089 r39092 56 56 #ifdef RT_EXCEPTIONS_ENABLED 57 57 # 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 63 59 # else 64 60 # define RT_EF_THROWS_BAD_ALLOC throw(std::bad_alloc)
Note:
See TracChangeset
for help on using the changeset viewer.