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

sebor edited comment on STDCXX-32 at 7/11/08 3:48 PM:
-------------------------------------------------------------

The Containers are:
 * Fixed size array (header {{<array>}}, subclause {{[array]}})
 * Singly-linked list (header {{<forward_list>}}, subclause {{[forwardlist]}})
 * Unordered associative containers (headers {{<unordered_set>, 
<unordered_map>}}, subclause {{[unord]}})

      was (Author: sebor):
    The Containers are:
 * Tuple types (<tuple>, <utility>)
 * Fixed size array (<array>)
 * Unordered associative containers (<functional>, <unordered_set>, 
<unordered_map>)
  
> implement C++ 0x containers
> ---------------------------
>
>                 Key: STDCXX-32
>                 URL: https://issues.apache.org/jira/browse/STDCXX-32
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: TR1.6 - Containers
>         Environment: All
>            Reporter: Martin Sebor
>             Fix For: 4.3.0
>
>
> This is a placeholder task to implement the C++ Standard Library extensions 
> described in the Containers 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.

Reply via email to