This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: c++0x tests fixes
- 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, gcc-patches at gcc dot gnu dot org
- Date: Wed, 1 Dec 2010 22:16:07 +0000
- Subject: Re: c++0x tests fixes
- References: <4CF40FDF.7080201@free.fr> <4CF41EF0.7020103@oracle.com> <4CF6B71A.6000804@free.fr>
On 1 December 2010 20:59, François Dumont wrote:
> Attached patch applied.
>
> 2010-11-22 ?François Dumont <francois.cppdevs@free.fr>
>
> ? ? ? ?* testsuite/23_containers/deque/cons/2.cc: Fix to explicitely invoke
> ? ? ? ?the copy construtor with or without C++0x mode.
I would have asked you to fix "explicitly" and "constructor" before
approving it for checkin, but I like the solution that avoids testing
for C++0x mode. Thanks for finding and fixing it.