From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14997 invoked by alias); 31 Jul 2009 16:14:07 -0000 Received: (qmail 14929 invoked by uid 48); 31 Jul 2009 16:13:54 -0000 Date: Fri, 31 Jul 2009 16:14:00 -0000 Message-ID: <20090731161354.14928.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/40925] [c++0x] std::pair constructor doesn't accept (0, 0) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo dot carlini at oracle dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg02561.txt.bz2 ------- Comment #3 from paolo dot carlini at oracle dot com 2009-07-31 16:13 ------- Let's suspend the issue, but anyway, has to wait for std::pair to stabilize a bit in the Standard. To be clear, this is the original issue, which has been filed after our original implementation of a previous Draft: http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-closed.html#811 Then came Concepts and fixed it in the Draft Standard. But now Concepts are gone and std::pair is in flux anyway for other reasons (see, e.g n2908)... -- paolo dot carlini at oracle dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | Summary|c++0x std::pair |[c++0x] std::pair |constructor doesn't accept |constructor doesn't accept |(0, 0) |(0, 0) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40925