You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/03/31 19:32:28 UTC

[jira] Created: (STDCXX-815) Add bitset ctor overloads for long long types.

Add bitset ctor overloads for long long types.
----------------------------------------------

                 Key: STDCXX-815
                 URL: https://issues.apache.org/jira/browse/STDCXX-815
             Project: C++ Standard Library
          Issue Type: Improvement
          Components: 23. Containers
    Affects Versions: 4.2.0, 4.1.4, 4.1.3, 4.1.2, 4.2.1
         Environment: All
            Reporter: Farid Zaripov
            Priority: Trivial


Currently bitset class defines ctor overloads for int, unsigned int and long types.
It would be good for usability to define also overloads for long long types (see linked STDCXX-803)

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


[jira] Updated: (STDCXX-815) Add bitset ctor overloads for long long types.

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

Martin Sebor updated STDCXX-815:
--------------------------------

         Fix Version/s: 4.3
    Remaining Estimate: 2h
     Original Estimate: 2h

Scheduled for 4.3 and guesstimated effort.

> Add bitset ctor overloads for long long types.
> ----------------------------------------------
>
>                 Key: STDCXX-815
>                 URL: https://issues.apache.org/jira/browse/STDCXX-815
>             Project: C++ Standard Library
>          Issue Type: Improvement
>          Components: 23. Containers
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4, 4.2.0, 4.2.1
>         Environment: All
>            Reporter: Farid Zaripov
>            Priority: Trivial
>             Fix For: 4.3
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Currently bitset class defines ctor overloads for int, unsigned int and long types.
> It would be good for usability to define also overloads for long long types (see linked STDCXX-803)

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