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]

Re: [v3 PATCH] PR libstdc++/89825


On 26/03/19 16:48 +0200, Ville Voutilainen wrote:
Slight tweak, the condition for _M_valid and _Extra_visit_slot_needed
is now in sync.

OK, thanks.


   PR libstdc++/89825
   Fix based on a suggestion by Antony Polukhin.
   * include/std/variant (__never_valueless): New.
   (_M_valid): Use it.
   (_Extra_visit_slot_needed): New.
   (_Multi_array): Use it.
   (_S_apply_all_alts): Likewise.


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