public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely@redhat.com>
To: "François Dumont" <frs.dumont@gmail.com>
Cc: "libstdc++@gcc.gnu.org" <libstdc++@gcc.gnu.org>,
	gcc-patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] Avoid allocator operator== in _Safe_container
Date: Mon, 9 Aug 2021 15:24:40 +0100	[thread overview]
Message-ID: <CACb0b4n5O-3ogwujhbxpGS3X40JFSbp8mB-KpGG5RH2-mw+xkA@mail.gmail.com> (raw)
In-Reply-To: <7097b577-337f-b488-5f48-5fe97f4a9718@gmail.com>

On Mon, 9 Aug 2021 at 13:08, François Dumont <frs.dumont@gmail.com> wrote:
>
> On 09/08/21 1:52 pm, François Dumont wrote:
> > On 09/08/21 12:45 pm, Jonathan Wakely wrote:
> >> On Mon, 9 Aug 2021 at 11:34, Jonathan Wakely wrote:
> >>> On Mon, 9 Aug 2021 at 11:33, Jonathan Wakely wrote:
> >>>> On Mon, 9 Aug 2021 at 11:26, François Dumont via Libstdc++
> >>>> <libstdc++@gcc.gnu.org> wrote:
> >>>>> Some newly introduced tests in
> >>>>> 23_containers/unordered_map/cons/default.cc revealed that we are
> >>>>> forcing
> >>>>> the allocator type to have a operator==.
> >>>> All allocators are required to have operator== so that should not be a
> >>>> problem. What is the error?
> >>> OK, I see it. I just forgot to define operator== and operator!= for
> >>> the custom allocator in that new test, and that should be added.
> >> Fixed like this instead. Tested x86_64-linux with -D_GLIBCXX_DEBUG.
> >> Pushed to trunk.
> >
> > Ok, I thought my change was better because we have many allocator
> > types in tests without operator ==/!= (see
> > 23_containers/*/cons/noexcept_default_construct.cc). But of course the
> > tests are not making any use of it for the moment, no big deal.

Those tests are all OK, the allocators inherit from std::allocator so
can use its equality operators.

But if I did mess up any more test allocators then we should fix those ones too.

> > So this patch is just an optimization, may I still commit it ? Unless
> > you like the fact that Debug mode is checking that those operators are
> > provided when allocator-aware move constructor is being used.
> >
> >
> A simpler version, using _Safe_container move constructor when allocator
> instances are always equals.

Yes, this optimization is good. OK for trunk, thanks!


      reply	other threads:[~2021-08-09 14:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-09 10:23 François Dumont
2021-08-09 10:33 ` Jonathan Wakely
2021-08-09 10:34   ` Jonathan Wakely
2021-08-09 10:45     ` Jonathan Wakely
2021-08-09 11:52       ` François Dumont
2021-08-09 12:08         ` François Dumont
2021-08-09 14:24           ` Jonathan Wakely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACb0b4n5O-3ogwujhbxpGS3X40JFSbp8mB-KpGG5RH2-mw+xkA@mail.gmail.com \
    --to=jwakely@redhat.com \
    --cc=frs.dumont@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).