This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Fix for DR 925
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Rodolfo Lima <rodolfo at rodsoft dot org>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 19 Mar 2010 11:50:47 +0100
- Subject: Re: Fix for DR 925
- References: <hnuo3r$ige$1@dough.gmane.org>
Hi,
> Hi, the attached patch fixes conversion from unique_ptr to shared_ptr,
> making it implicit, as per DR 925. Is it adequate to get applied to
> gcc-4.5? The patch is against gcc trunk as of 2010/03/18 (today).
>
What about auto_ptr? Also, in the DR you provided a testcase, thus, why
not adding it to the testsuite? In general, patches come with a
ChangeLog entry.
Thanks,
Paolo.