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:53:56 UTC

[jira] Created: (STDCXX-916) implement TR1 metaprogramming facilities and type traits

implement TR1 metaprogramming facilities and type traits
--------------------------------------------------------

                 Key: STDCXX-916
                 URL: https://issues.apache.org/jira/browse/STDCXX-916
             Project: C++ Standard Library
          Issue Type: Sub-task
          Components: TR1.4 - Metaprogramming and Type Traits
         Environment: All
            Reporter: Travis Vitek
            Assignee: Travis Vitek
             Fix For: 5.0


This is a placeholder task to implement the C++ Standard Library extensions described in the Metaprogramming and Type Traits section of the Technical Report on C++ Library Extensions.

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


[jira] Updated: (STDCXX-916) implement C++ 0x metaprogramming facilities and type traits

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

Martin Sebor updated STDCXX-916:
--------------------------------

    Summary: implement C++ 0x metaprogramming facilities and type traits  (was: implement TR1 metaprogramming facilities and type traits)

Changed Summary to indicate that we're implementing the next C++ standard, not the Technical Report.

> implement C++ 0x metaprogramming facilities and type traits
> -----------------------------------------------------------
>
>                 Key: STDCXX-916
>                 URL: https://issues.apache.org/jira/browse/STDCXX-916
>             Project: C++ Standard Library
>          Issue Type: Task
>          Components: TR1.4 - Metaprogramming and Type Traits
>         Environment: All
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.3.0
>
>         Attachments: traits.patch
>
>          Time Spent: 18h
>  Remaining Estimate: 0h
>
> This is a placeholder task to implement the C++ Standard Library extensions described in the Metaprogramming and Type Traits section of the Technical Report on C++ Library Extensions.

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


[jira] Resolved: (STDCXX-916) implement C++ 0x metaprogramming facilities and type traits

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

Travis Vitek resolved STDCXX-916.
---------------------------------

    Resolution: Fixed

Traits are in a state that they should be pretty easy to port to other compilers. The tests verify expected behavior, though some tests fail when using the built-in support on some compilers. Issues of this type should be filed seperately and brought to the attention of the compiler vendor.

> implement C++ 0x metaprogramming facilities and type traits
> -----------------------------------------------------------
>
>                 Key: STDCXX-916
>                 URL: https://issues.apache.org/jira/browse/STDCXX-916
>             Project: C++ Standard Library
>          Issue Type: Task
>          Components: TR1.4 - Metaprogramming and Type Traits
>         Environment: All
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.3.0
>
>         Attachments: traits.patch
>
>          Time Spent: 26.13h
>  Remaining Estimate: 0h
>
> This is a placeholder task to implement the C++ Standard Library extensions described in the Metaprogramming and Type Traits section of the Technical Report on C++ Library Extensions.

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


RE: [jira] Updated: (STDCXX-916) implement TR1 metaprogramming facilities and type traits

Posted by Eric Lemings <Er...@roguewave.com>.
 
Should we just close STDCXX-30 since it's a duplicate of the
newer issues that Travis created?  And shouldn't we do this
for any other issues for major features that need to be broken
down into smaller issues?

Brad.

> -----Original Message-----
> From: Travis Vitek (JIRA) [mailto:jira@apache.org] 
> Sent: Wednesday, May 07, 2008 2:54 PM
> To: issues@stdcxx.apache.org
> Subject: [jira] Updated: (STDCXX-916) implement TR1 
> metaprogramming facilities and type traits
> 
> 
>      [ 
> https://issues.apache.org/jira/browse/STDCXX-916?page=com.atla
> ssian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Travis Vitek updated STDCXX-916:
> --------------------------------
> 
>     Issue Type: Task  (was: Sub-task)
>         Parent:     (was: STDCXX-27)
> 
> > implement TR1 metaprogramming facilities and type traits
> > --------------------------------------------------------
> >
> >                 Key: STDCXX-916
> >                 URL: 
> https://issues.apache.org/jira/browse/STDCXX-916
> >             Project: C++ Standard Library
> >          Issue Type: Task
> >          Components: TR1.4 - Metaprogramming and Type Traits
> >         Environment: All
> >            Reporter: Travis Vitek
> >            Assignee: Travis Vitek
> >             Fix For: 5.0
> >
> >
> > This is a placeholder task to implement the C++ Standard 
> Library extensions described in the Metaprogramming and Type 
> Traits section of the Technical Report on C++ Library Extensions.
> 
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
> 
> 

[jira] Updated: (STDCXX-916) implement TR1 metaprogramming facilities and type traits

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

Travis Vitek updated STDCXX-916:
--------------------------------

    Issue Type: Task  (was: Sub-task)
        Parent:     (was: STDCXX-27)

> implement TR1 metaprogramming facilities and type traits
> --------------------------------------------------------
>
>                 Key: STDCXX-916
>                 URL: https://issues.apache.org/jira/browse/STDCXX-916
>             Project: C++ Standard Library
>          Issue Type: Task
>          Components: TR1.4 - Metaprogramming and Type Traits
>         Environment: All
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 5.0
>
>
> This is a placeholder task to implement the C++ Standard Library extensions described in the Metaprogramming and Type Traits section of the Technical Report on C++ Library Extensions.

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


[jira] Updated: (STDCXX-916) implement TR1 metaprogramming facilities and type traits

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

Travis Vitek updated STDCXX-916:
--------------------------------

    Attachment: traits.patch

Work in progress.

> implement TR1 metaprogramming facilities and type traits
> --------------------------------------------------------
>
>                 Key: STDCXX-916
>                 URL: https://issues.apache.org/jira/browse/STDCXX-916
>             Project: C++ Standard Library
>          Issue Type: Task
>          Components: TR1.4 - Metaprogramming and Type Traits
>         Environment: All
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 5.0
>
>         Attachments: traits.patch
>
>
> This is a placeholder task to implement the C++ Standard Library extensions described in the Metaprogramming and Type Traits section of the Technical Report on C++ Library Extensions.

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


[jira] Updated: (STDCXX-916) implement TR1 metaprogramming facilities and type traits

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

Travis Vitek updated STDCXX-916:
--------------------------------

    Fix Version/s:     (was: 5.0)
                   4.3

> implement TR1 metaprogramming facilities and type traits
> --------------------------------------------------------
>
>                 Key: STDCXX-916
>                 URL: https://issues.apache.org/jira/browse/STDCXX-916
>             Project: C++ Standard Library
>          Issue Type: Task
>          Components: TR1.4 - Metaprogramming and Type Traits
>         Environment: All
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.3
>
>         Attachments: traits.patch
>
>
> This is a placeholder task to implement the C++ Standard Library extensions described in the Metaprogramming and Type Traits section of the Technical Report on C++ Library Extensions.

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