From stdcxx-dev-return-5314-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Tue Oct 02 20:15:25 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 2614 invoked from network); 2 Oct 2007 20:15:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 20:15:25 -0000 Received: (qmail 71469 invoked by uid 500); 2 Oct 2007 20:15:14 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 71450 invoked by uid 500); 2 Oct 2007 20:15:14 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 71439 invoked by uid 99); 2 Oct 2007 20:15:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 13:15:14 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 20:15:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E4DB1714209 for ; Tue, 2 Oct 2007 13:14:52 -0700 (PDT) Message-ID: <24090696.1191356092935.JavaMail.jira@brutus> Date: Tue, 2 Oct 2007 13:14:52 -0700 (PDT) From: "Travis Vitek (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-343) [LWG #541] std::auto_ptr specialization missing In-Reply-To: <33295958.1172791970674.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-343: ----------------------------------- Assignee: Travis Vitek > [LWG #541] std::auto_ptr specialization missing > ----------------------------------------------------- > > Key: STDCXX-343 > URL: https://issues.apache.org/jira/browse/STDCXX-343 > Project: C++ Standard Library > Issue Type: Improvement > Components: 20. General Utilities > Affects Versions: 4.1.3 > Environment: all > Reporter: Martin Sebor > Assignee: Travis Vitek > Fix For: 4.2.1 > > > The resolution of issue 541 adds an explicit specialization for std::auto_ptr with the following definition: > template<> class auto_ptr > { > public: > typedef void element_type; > }; > See http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#541 > This needs to be implemented (since otherwise the specialization has undefined behavior -- see STDCXX-172). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.