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/07 22:59:56 UTC

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

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


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.


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

Posted by "Travis Vitek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Travis Vitek resolved STDCXX-918.
---------------------------------

    Resolution: Fixed

> 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.0
>
>   Original Estimate: 12h
>          Time Spent: 12h
>  Remaining Estimate: 0h
>
> 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.


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

Posted by "Travis Vitek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595626#action_12595626 ] 

vitek edited comment on STDCXX-918 at 5/16/08 8:48 AM:
--------------------------------------------------------------

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

      was (Author: vitek):
    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.


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

Posted by "Travis Vitek (JIRA)" <ji...@apache.org>.
    [ 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.