This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Remove extra ctors from pair
- From: 3dw4rd at verizon dot net
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 01 Sep 2010 15:19:03 -0500 (CDT)
- Subject: Re: Remove extra ctors from pair
Sep 1, 2010 03:52:36 PM, 3dw4rd@verizon.net wrote:
>Greetings,
>
>We had errors of commission in pair.
>
>I think we can safely remove the templatized two-argument mixed lvalue/rvalue
>ctors from pair now that we have the enable_if check.
>
>Ed
>
This is what I get for jumping the gun.
Forget this patch, it's broken.
Sorry for the noise.
Ed