Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 44432 invoked from network); 1 Mar 2007 23:33:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 23:33:11 -0000 Received: (qmail 1333 invoked by uid 500); 1 Mar 2007 23:33:20 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 1274 invoked by uid 500); 1 Mar 2007 23:33:20 -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 1263 invoked by uid 99); 1 Mar 2007 23:33:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 15:33:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 01 Mar 2007 15:33:10 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AB4007142B5 for ; Thu, 1 Mar 2007 15:32:50 -0800 (PST) Message-ID: <33295958.1172791970674.JavaMail.jira@brutus> Date: Thu, 1 Mar 2007 15:32:50 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-343) [LWG #541] std::auto_ptr specialization missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [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 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.