From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6854 invoked by alias); 28 Jul 2009 10:05:26 -0000 Received: (qmail 6839 invoked by uid 22791); 28 Jul 2009 10:05:24 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from qw-out-1920.google.com (HELO qw-out-1920.google.com) (74.125.92.144) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Jul 2009 10:05:17 +0000 Received: by qw-out-1920.google.com with SMTP id 5so1878491qwc.14 for ; Tue, 28 Jul 2009 03:05:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.75.70 with SMTP id x6mr4368492vcj.87.1248775512742; Tue, 28 Jul 2009 03:05:12 -0700 (PDT) In-Reply-To: <9f8a01cd0907280301i2688abefh3874945bf3c180ac@mail.gmail.com> References: <9f8a01cd0907280301i2688abefh3874945bf3c180ac@mail.gmail.com> Date: Tue, 28 Jul 2009 10:05:00 -0000 Message-ID: <18738acb0907280305n7ff7fc19x6f3867a87ff5bf86@mail.gmail.com> Subject: Re: The future of concepts From: James Dennett To: Piotr Wyderski Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00582.txt.bz2 On Tue, Jul 28, 2009 at 3:01 AM, Piotr Wyderski wrote: > Concepts have recently been removed from the C++0x Standard Draft. > Will the concepts branch be discontinued? I hope not. Concepts will be "finished" and re-added to C++, and it would be immensely helpful in that effort if there were a version of g++ with stronger Concepts support than ConceptGCC had. -- James