You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Travis Vitek (JIRA)" <ji...@apache.org> on 2008/05/09 17:02:55 UTC

[jira] Commented: (STDCXX-918) implement tr.meta.unary.cat types

    [ https://issues.apache.org/jira/browse/STDCXX-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595626#action_12595626 ] 

Travis Vitek commented on STDCXX-918:
-------------------------------------

Implemented {{\_\_rw_is_void}}, {{\_\_rw_is_integral}}, {{\_\_rw_is_floating_point}}, {{\_\_rw_is_array}}, {{\_\_rw_is_pointer}}, {{\_\_rw_is_reference}}, {{\_\_rw_is_member_object_pointer}}, {{\_\_rw_is_enum}}, {{\_\_rw_is_function}} and sketched out a test. Still need to implement {{\_\_rw_is_member_function_pointer}}, {{\_\_rw_is_union}}, {{\_\_rw_is_class}} and {{\_\_rw_is_function}}.

> implement tr.meta.unary.cat types
> ---------------------------------
>
>                 Key: STDCXX-918
>                 URL: https://issues.apache.org/jira/browse/STDCXX-918
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: TR1.4 - Metaprogramming and Type Traits
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.3
>
>   Original Estimate: 12h
>          Time Spent: 4h
>  Remaining Estimate: 8h
>
> implement {{is_void}} and other types described in tr.meta.unary.cat. write tests for new types.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.