Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 34397 invoked from network); 18 Jul 2008 15:08:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2008 15:08:56 -0000 Received: (qmail 56361 invoked by uid 500); 18 Jul 2008 15:08:53 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 56339 invoked by uid 500); 18 Jul 2008 15:08:53 -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 56299 invoked by uid 99); 18 Jul 2008 15:08:53 -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 08:08:53 -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 15:08:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CB87D234C173 for ; Fri, 18 Jul 2008 08:08:31 -0700 (PDT) Message-ID: <796554307.1216393711832.JavaMail.jira@brutus> Date: Fri, 18 Jul 2008 08:08:31 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-979) __rw_is_scalar or is_scalar need to take std::nullptr_t into account In-Reply-To: <1364780763.1214962964979.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-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614746#action_12614746 ] Martin Sebor commented on STDCXX-979: ------------------------------------- I don't think we can make it behave the way the real deal is supposed to. > __rw_is_scalar or is_scalar need to take std::nullptr_t into account > -------------------------------------------------------------------- > > Key: STDCXX-979 > URL: https://issues.apache.org/jira/browse/STDCXX-979 > 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 > > The standard requires that {{std::is_scalar::value}} evaluate to true. The current implementation doesn't consider the {{std::nullptr_t}} type because it is not implemented yet. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.