VirtualBox

Changeset 83763 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Apr 17, 2020 3:21:00 PM (5 years ago)
Author:
vboxsync
Message:

iprt/cpp/excetion.h: VC++ 14.1 build tweaking. [doxyfix] bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/exception.h

    r83761 r83763  
    3232#include <iprt/cpp/ministring.h>
    3333#include <exception>
    34 #if RT_MSC_PREREQ(RT_MSC_VER_VC141)
     34#if !defined(DOXYGEN_RUNNING) && RT_MSC_PREREQ(RT_MSC_VER_VC141)
    3535# pragma warning(push)
    3636# 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette