RFR: 8258010: Debug build failure with clang-10 due to -Wdeprecated-copy [v5]
Hao Sun
github.com+16932759+shqking at openjdk.java.net
Tue Jan 12 21:58:24 UTC 2021
On Mon, 11 Jan 2021 02:42:09 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Hao Sun has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Define the copy assign operator of class DUIterator_Last as defaulted
>>
>> The copy assignment operator of class DUIterator_Last should also be
>> defined as defaulted, i.e. =default, keeping consistent with the copy
>> constructor.
>>
>> Besides, fix the NIT for the copy ctor definition of class
>> DUIterator_Last.
>>
>> Change-Id: I2f9502f023443163910eea9469b72df5bf1e25e0
>> CustomizedGitHooks: yes
>
> Marked as reviewed by kbarrett (Reviewer).
Thanks a lot for your review @kimbarrett @vnkozlov .
-------------
PR: https://git.openjdk.java.net/jdk/pull/1874
More information about the build-dev
mailing list