This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Simplify _Node_insert_return to avoid including <tuple>
- From: Tim Song <t dot canens dot cpp at gmail dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 2 Nov 2017 18:00:11 -0400
- Subject: Re: [PATCH] Simplify _Node_insert_return to avoid including <tuple>
- Authentication-results: sourceware.org; auth=none
- References: <20171027175329.GA30253@redhat.com>
Um, why are those member get's there at all (and with an index mapping
that doesn't agree with the member order)? [container.insert.return]
says that "It has no base classes or members other than those
specified."