VirtualBox

Changeset 81671 in vbox for trunk/include


Ignore:
Timestamp:
Nov 5, 2019 11:30:37 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

    r81670 r81671  
    896896    }
    897897
     898    /** Copy assignment operator. */
     899    RTCRestStringEnum &operator=(RTCRestStringEnum const &a_rThat) RT_NOEXCEPT
     900    {
     901        RTCRestStringEnumBase::operator=(a_rThat);
     902        return *this;
     903    }
     904
    898905    /**
    899906     * Gets the enum value.
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