This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH, c++0x] Testcases for unique_ptr
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Chris Fairles <chris dot fairles at gmail dot com>, gcc-patches at gcc dot gnu dot org, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 25 Jun 2008 07:13:34 -0500 (CDT)
- Subject: Re: [PATCH, c++0x] Testcases for unique_ptr
- Accept-language: en-US
- References: <fac6bb500806250459l3013dce7ref1a15fb44e41823@mail.gmail.com>
Hi.
> Testcases for construction, move-assignment, and specialized
> algorithms (comparisons, swap).
Many thanks Chris. I'm going to quickly skim through the patch, regtest again on my machines and commit.
Paolo.