Changeset 94876 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 6, 2022 2:31:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/alloc-ef-cpp.cpp
r94875 r94876 62 62 # ifdef _GLIBCXX_THROW 63 63 # define RT_EF_THROWS_BAD_ALLOC _GLIBCXX_THROW(std::bad_alloc) 64 # el if defined(__cplusplus) && (__cplusplus + 0) < 20170064 # else 65 65 # define RT_EF_THROWS_BAD_ALLOC throw(std::bad_alloc) 66 # else67 # define RT_EF_THROWS_BAD_ALLOC noexcept(false)68 66 # endif 69 67 # define RT_EF_NOTHROW throw()
Note:
See TracChangeset
for help on using the changeset viewer.