This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: cleanup patch
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: François Dumont <francois dot cppdevs at free dot fr>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 29 Jun 2011 09:34:18 +0100
- Subject: Re: cleanup patch
- References: <4E0A3B51.1050805@free.fr>
On 28 June 2011 21:36, François Dumont wrote:
> Here is a small patch to cleanup debug code.
>
> 2011-06-28 ?François Dumont <francois.cppdevs@free.fr>
>
> ? ? ? ?* include/debug/set.h, unordered_map, multiset.h, forward_list,
> ? ? ? ?unordered_set, vector, deque, string, list, multimap.h: Remove base
> ? ? ? ?class default constructor calls.
> ? ? ? ?* include/debug/map.h: Likewise and cleanup several redefinition of
> ? ? ? ?base iterator typedef.
>
>
> Tested under linux x86_64.
(Remember to CC gcc-patches for all patches)
This is OK to check in, thanks.