VirtualBox

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


Ignore:
Timestamp:
May 6, 2022 2:31:18 AM (3 years ago)
Author:
vboxsync
Message:

Reverted r151276.

File:
1 edited

Legend:

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

    r94875 r94876  
    6262#  ifdef _GLIBCXX_THROW
    6363#   define RT_EF_THROWS_BAD_ALLOC     _GLIBCXX_THROW(std::bad_alloc)
    64 #  elif defined(__cplusplus) && (__cplusplus + 0) < 201700
     64#  else
    6565#   define RT_EF_THROWS_BAD_ALLOC     throw(std::bad_alloc)
    66 #  else
    67 #   define RT_EF_THROWS_BAD_ALLOC     noexcept(false)
    6866#  endif
    6967#  define RT_EF_NOTHROW               throw()
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