This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PR libstdc++/86272 Fix undefined __glibcxx_check_insert_range2
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: François Dumont <frs dot dumont at gmail dot com>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 3 Jul 2018 21:22:28 +0100
- Subject: Re: PR libstdc++/86272 Fix undefined __glibcxx_check_insert_range2
- References: <75e689fa-0afa-0714-5753-516f69db5818@gmail.com>
On 03/07/18 22:11 +0200, François Dumont wrote:
Hi
I plan to commit attached patch to fix the __gnu_debug::string
undefined macro.
Is it ok the way I used some tests to now validate
__gnu_debug::string on check-debug ?
Yes, good idea. We don't want to do that for *every* basic_string
test, but doing it for a few of them means we cover the
__gnu_debug::string.
OK for trunk and the affected branches. Thanks.