From issues-return-2345-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Fri Jul 18 04:03:22 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 65823 invoked from network); 18 Jul 2008 04:03:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2008 04:03:22 -0000 Received: (qmail 177 invoked by uid 500); 18 Jul 2008 04:03:22 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 132 invoked by uid 500); 18 Jul 2008 04:03:22 -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 109 invoked by uid 99); 18 Jul 2008 04:03:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2008 21:03:22 -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 04:02:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9BAAC234C171 for ; Thu, 17 Jul 2008 21:02:31 -0700 (PDT) Message-ID: <2037464688.1216353751636.JavaMail.jira@brutus> Date: Thu, 17 Jul 2008 21:02:31 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-980) __rw_is_integral needs to take char16_t and char32_t into account In-Reply-To: <559263319.1214963205041.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-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614634#action_12614634 ] Martin Sebor commented on STDCXX-980: ------------------------------------- As in STDCXX-979, the solution should be straightforward: add a config test for the two new character types and implement {{std::is_integral}} conditionally, based on their availability. > __rw_is_integral needs to take char16_t and char32_t into account > ----------------------------------------------------------------- > > Key: STDCXX-980 > URL: https://issues.apache.org/jira/browse/STDCXX-980 > Project: C++ Standard Library > Issue Type: Bug > Components: TR1.4 - Metaprogramming and Type Traits > Affects Versions: 4.3.x > Reporter: Travis Vitek > Assignee: Travis Vitek > Fix For: 4.3.x > > Original Estimate: 1h > Remaining Estimate: 1h > > {{char16_t}} and {{char32_t}} don't yet exist in the library. Once they are added, the __rw_is_integral or std::is_integral traits will need to be updated to handle them appropriately. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.