This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] Make vector::at() assertion message more useful
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Paul Pluzhnikov <ppluzhnikov at google dot com>
- Cc: Paolo Carlini <paolo dot carlini at oracle dot com>, "gcc-patches at gcc dot gnu dot org" <patches at gcc dot gnu dot org>, "libstdc++" <libstdc++ at gcc dot gnu dot org>, Thomas Habets <habets at google dot com>
- Date: Tue, 27 Aug 2013 22:40:29 -0500
- Subject: Re: [patch] Make vector::at() assertion message more useful
- Authentication-results: sourceware.org; auth=none
- References: <ye6qk3jlqioo dot fsf at elbrus2 dot mtv dot corp dot google dot com> <920436ac-4138-4f62-81b3-1499ebf1211e at email dot android dot com> <CAAiZkiBUTYV-q+Vu07nxUQZ+JFnsgb7K+jg7Gmn_DH5HKr7aWQ at mail dot gmail dot com> <520FECCD dot 4070701 at google dot com> <CALoOobNOVwnwwYC2EPQXpi6wR8cJn7mWnoXvMW-ExR0-Ju-QQQ at mail dot gmail dot com>
On Tue, Aug 27, 2013 at 9:51 PM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
> On Sat, Aug 17, 2013 at 2:36 PM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
>
>> A possible alternative is to make this conditional on e.g.
>> __GLIBCXX_VERBOSE_ASSERT (or some such) macro.
>
> Ping?
Pong. This was addressed in followed messages by Vaclav, Paolo, and myself.
Did I miss your updated patch taking those suggestions into consideration?
-- Gaby