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 23:09:56 UTC

[jira] Created: (STDCXX-923) implement tr.meta.trans.ref types

implement tr.meta.trans.ref types
---------------------------------

                 Key: STDCXX-923
                 URL: https://issues.apache.org/jira/browse/STDCXX-923
             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 {{remove_reference}} and {{add_reference}}. write tests.

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


[jira] Updated: (STDCXX-923) implement tr.meta.trans.ref types

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

Travis Vitek updated STDCXX-923:
--------------------------------

           Description: implement {{remove_reference}}, {{add_lvalue_reference}} and {{add_rvalue_reference}}. write tests.  (was: implement {{remove_reference}} and {{add_reference}}. write tests.)
    Remaining Estimate: 6h  (was: 4h)
     Original Estimate: 6h  (was: 4h)

{{add_reference}} was split into {{add_lvalue_reference}} and {{add_rvalue_reference}} for c++0x. This makes the implementation of each a bit more complicated. Updated estimates accordingly.

> implement tr.meta.trans.ref types
> ---------------------------------
>
>                 Key: STDCXX-923
>                 URL: https://issues.apache.org/jira/browse/STDCXX-923
>             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: 6h
>  Remaining Estimate: 6h
>
> implement {{remove_reference}}, {{add_lvalue_reference}} and {{add_rvalue_reference}}. write tests.

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


[jira] Resolved: (STDCXX-923) implement tr.meta.trans.ref types

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

Travis Vitek resolved STDCXX-923.
---------------------------------

    Resolution: Fixed

> implement tr.meta.trans.ref types
> ---------------------------------
>
>                 Key: STDCXX-923
>                 URL: https://issues.apache.org/jira/browse/STDCXX-923
>             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: 6h
>          Time Spent: 4h
>  Remaining Estimate: 2h
>
> implement {{remove_reference}}, {{add_lvalue_reference}} and {{add_rvalue_reference}}. write tests.

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