From stdcxx-dev-return-3659-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Wed Jun 06 17:12:50 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 58849 invoked from network); 6 Jun 2007 17:12:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2007 17:12:47 -0000 Received: (qmail 59174 invoked by uid 500); 6 Jun 2007 17:12:51 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 59094 invoked by uid 500); 6 Jun 2007 17:12:51 -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 59021 invoked by uid 99); 6 Jun 2007 17:12:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 10:12:50 -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; Wed, 06 Jun 2007 10:12:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 76732714190 for ; Wed, 6 Jun 2007 10:12:26 -0700 (PDT) Message-ID: <17944543.1181149946481.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 10:12:26 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-437) [MSVC 6.0] remove MSVC 6.0 specific hacks from sources MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [MSVC 6.0] remove MSVC 6.0 specific hacks from sources ------------------------------------------------------ Key: STDCXX-437 URL: https://issues.apache.org/jira/browse/STDCXX-437 Project: C++ Standard Library Issue Type: Task Affects Versions: 4.2 Environment: MSVC 6.0 Reporter: Martin Sebor If we're not going to support MSVC 6.0 we should remove the numerous ugly hacks put in place to accommodate the various bugs in this compiler from stdcxx source code. The cleanup will significantly improve the readability of the code, especially in containers where it will allow us to remove kludges dealing with the compiler's inability to parse member templates defined outside the body of their class. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.