From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2891 invoked by alias); 24 Oct 2012 12:02:54 -0000 Received: (qmail 2819 invoked by uid 48); 24 Oct 2012 12:02:38 -0000 From: "frankhb1989 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/55053] New: std::is_explicitly_convertible should be removed Date: Wed, 24 Oct 2012 12:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: frankhb1989 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-10/txt/msg02176.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55053 Bug #: 55053 Summary: std::is_explicitly_convertible should be removed Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: minor Priority: P3 Component: libstdc++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: frankhb1989@gmail.com In the current standard ISO/IEC 14882:2011 there is no std::is_explicitly_convertible, since it was removed as per N3047. See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3047.html for details. So it should be removed at least when "-std=c++11 -pedantic" is specified. But I found it is still in .