This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: missing include guards on {bits,tr1}/shared_ptr.h
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 11 Mar 2009 16:12:38 +0100
- Subject: Re: missing include guards on {bits,tr1}/shared_ptr.h
- References: <4348dea50903110806mbd686a2h300b14473ff8f63c@mail.gmail.com>
Hi Jon,
> This is not technically a regression, because those headers didn't
> exist in GCC 4.3 and are not meant to be included by users anyway.
> Should a fix wait for 4.4.1, or can it go in now?
>
Can go in now, definitely.
Many thanks,
Paolo.