From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15765 invoked by alias); 25 Nov 2008 19:49:21 -0000 Received: (qmail 3830 invoked by uid 48); 25 Nov 2008 19:48:00 -0000 Date: Tue, 25 Nov 2008 19:49:00 -0000 Message-ID: <20081125194800.3829.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/38265] STL treats explicit constructors as converting constructors 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: 2008-11/txt/msg02201.txt.bz2 ------- Comment #2 from paolo dot carlini at oracle dot com 2008-11-25 19:48 ------- Unless I'm badly mistaken, this behaviour, dating back to the original HP/SGI STL and as such very difficult to change now, is a small extension due to the use in the containers of _Construct instead of calling allocator::construct directly. All in all, at the moment I don't think we have good reasons to change it. -- paolo dot carlini at oracle dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c++ |libstdc++ http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38265