Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 13959 invoked from network); 18 Jul 2008 23:06:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2008 23:06:33 -0000 Received: (qmail 53728 invoked by uid 500); 18 Jul 2008 23:06:33 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 53706 invoked by uid 500); 18 Jul 2008 23:06:33 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 53695 invoked by uid 99); 18 Jul 2008 23:06:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 16:06:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 23:05:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8C15B234C173 for ; Fri, 18 Jul 2008 16:05:31 -0700 (PDT) Message-ID: <1372696257.1216422331559.JavaMail.jira@brutus> Date: Fri, 18 Jul 2008 16:05:31 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-996) [LWG #695] ctype::classic_table() not accessible 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 #695] ctype::classic_table() not accessible ------------------------------------------------------ Key: STDCXX-996 URL: https://issues.apache.org/jira/browse/STDCXX-996 Project: C++ Standard Library Issue Type: Improvement Components: 22. Localization Reporter: Martin Sebor Fix For: 4.3.0 Issue [695|http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#695] changes the access to {{ctype::classic_table()}} from protected to public. We need to follow suit. This can be done in 4.2.2 for all compilers except MSVC (and Intel C++) on Windows which mangles the access specifier into the name of the function. We might need to guard the fix with {{\_RWSTD_NO_EXT_CXX_0X}}. Ugh. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.