Changeset 83763 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Apr 17, 2020 3:21:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/exception.h
r83761 r83763 32 32 #include <iprt/cpp/ministring.h> 33 33 #include <exception> 34 #if RT_MSC_PREREQ(RT_MSC_VER_VC141)34 #if !defined(DOXYGEN_RUNNING) && RT_MSC_PREREQ(RT_MSC_VER_VC141) 35 35 # pragma warning(push) 36 36 # pragma warning(disable:4275) /* non dll-interface class 'std::exception' used as base for dll-interface class 'RTCError' */
Note:
See TracChangeset
for help on using the changeset viewer.