VirtualBox

Changeset 81670 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Nov 5, 2019 11:17:59 AM (5 years ago)
Author:
vboxsync
Message:

IPRT/Rest: Fixes for deprecated implicit copy operators (GCC 9).

File:
1 edited

Legend:

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

    r76585 r81670  
    153153    RTCRestObjectBase(RTCRestObjectBase const &a_rThat) RT_NOEXCEPT;
    154154    virtual ~RTCRestObjectBase();
     155
     156    /** Copy assignment operator. */
     157    RTCRestObjectBase &operator=(RTCRestObjectBase const &a_rThat) RT_NOEXCEPT;
    155158
    156159    /**
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