This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] libstdc++/57666


Hi,

looks like we implemented LWG 630 incompletely, not updating:

    valarray<>::operator=(const _Expr<>&)

together with the copy assignment operator. The inconsistency clearly shows up eg when we try to assign the result of an arithmetic binary operation.

Tested x86_64-linux. Gaby, any issues?

Thanks,
Paolo.

//////////////////

Attachment: CL_57666
Description: Text document

Attachment: patch_57666
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]