This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 PATCH] PR libstdc++/84601


Partially tested on Linux-x64, will run full suite on Linux-PPC64.

2018-02-28  Ville Voutilainen  <ville.voutilainen@gmail.com>

    PR libstdc++/84601
    * include/std/optional (_Optional_payload): Split into multiple
    specializations that can handle different cases of trivial or
    non-trivial assignment operators.
    * testsuite/20_util/optional/84601.cc: New.

Attachment: 84601.diff
Description: Text document


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