[
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<std::nullptr_t>::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.