Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 17268 invoked from network); 31 Mar 2008 17:34:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2008 17:34:53 -0000 Received: (qmail 26938 invoked by uid 500); 31 Mar 2008 17:34:53 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 26914 invoked by uid 500); 31 Mar 2008 17:34:53 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 26905 invoked by uid 99); 31 Mar 2008 17:34:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2008 10:34:53 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2008 17:34:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B75A3234C0AE for ; Mon, 31 Mar 2008 10:32:28 -0700 (PDT) Message-ID: <1348473192.1206984748735.JavaMail.jira@brutus> Date: Mon, 31 Mar 2008 10:32:28 -0700 (PDT) From: "Farid Zaripov (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-815) Add bitset ctor overloads for long long types. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.