You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/07/18 05:46:33 UTC

[jira] Updated: (STDCXX-958) Implement C++0x tuples

     [ https://issues.apache.org/jira/browse/STDCXX-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-958:
--------------------------------

         Severity: Usability
    Fix Version/s:     (was: 5.0.0)
                   4.3.0

Scheduled for 4.3.0.

> Implement C++0x tuples
> ----------------------
>
>                 Key: STDCXX-958
>                 URL: https://issues.apache.org/jira/browse/STDCXX-958
>             Project: C++ Standard Library
>          Issue Type: New Feature
>          Components: 20. General Utilities
>            Reporter: Eric Lemings
>            Assignee: Eric Lemings
>             Fix For: 4.3.0
>
>          Time Spent: 134h
>  Remaining Estimate: 0h
>
> This library implements a fixed-size collection of values with a variable number of heterogenous types.  The specification for this library is contained in Chapter 20.3 [tuple] of the C++ draft standard and consists of the following sections:
> 20.3 Tuples [tuple]
> 20.3.1 Class template tuple [tuple.tuple]
> 20.3.1.1 Tuple traits [tuple.traits]
> 20.3.1.2 Construction [tuple.cnstr]
> 20.3.1.3 Tuple creation functions [tuple.creation]
> 20.3.1.4 Tuple helper classes [tuple.helper]
> 20.3.1.5 Element access [tuple.elem]
> 20.3.1.6 Relational operators [tuple.rel]

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