VirtualBox

Changeset 62331 in vbox


Ignore:
Timestamp:
Jul 19, 2016 3:18:27 PM (8 years ago)
Author:
vboxsync
Message:

iprt/cpp/utils.h: Declare unimplemented RTCNonCopyable::operator= to
return plain reference (not const). This is the usual signature.

File:
1 edited

Legend:

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

    r53615 r62331  
    5050private:
    5151    RTCNonCopyable(RTCNonCopyable const &);
    52     RTCNonCopyable const &operator=(RTCNonCopyable const &);
     52    RTCNonCopyable &operator=(RTCNonCopyable const &);
    5353};
    5454
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