From issues-return-2110-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Wed Jun 04 20:13:08 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 94275 invoked from network); 4 Jun 2008 20:13:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 20:13:07 -0000 Received: (qmail 32586 invoked by uid 500); 4 Jun 2008 20:13:10 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 32566 invoked by uid 500); 4 Jun 2008 20:13:10 -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 32536 invoked by uid 99); 4 Jun 2008 20:13:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 13:13:10 -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; Wed, 04 Jun 2008 20:12:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F1A64234C12E for ; Wed, 4 Jun 2008 13:12:44 -0700 (PDT) Message-ID: <1813544339.1212610364975.JavaMail.jira@brutus> Date: Wed, 4 Jun 2008 13:12:44 -0700 (PDT) From: "Eric Lemings (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-956) Implement C++0x regular expressions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Implement C++0x regular expressions ----------------------------------- Key: STDCXX-956 URL: https://issues.apache.org/jira/browse/STDCXX-956 Project: C++ Standard Library Issue Type: New Feature Components: 28. Regular Expressions Reporter: Eric Lemings Fix For: 4.3 This library implements components that C++ programs may use to perform operations involving regular expression matching and searching. The specification for this library is contained in Chapter 23 of the C++ draft standard. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.