This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix stl_deque.h for -fno-exceptions
- To: Jakub Jelinek <jakub at redhat dot com>
- Subject: Re: [PATCH] Fix stl_deque.h for -fno-exceptions
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 30 Oct 2001 10:12:27 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
Yes this is great, thanks.
-benjamin
> 2001-10-30 Jakub Jelinek <jakub@redhat.com>
>
> * include/bits/stl_deque.h (_M_new_elements_at_front): Use
> __throw_exception_again.
> (_M_new_elements_at_back): Likewise.