From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4192 invoked by alias); 28 Jul 2009 19:18:53 -0000 Received: (qmail 4183 invoked by uid 22791); 28 Jul 2009 19:18:53 -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 mail-ew0-f220.google.com (HELO mail-ew0-f220.google.com) (209.85.219.220) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Jul 2009 19:18:44 +0000 Received: by ewy20 with SMTP id 20so295550ewy.8 for ; Tue, 28 Jul 2009 12:18:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.88.71 with SMTP id z49mr1109249wee.90.1248808720502; Tue, 28 Jul 2009 12:18:40 -0700 (PDT) In-Reply-To: <4A6F25B6.1080702@starynkevitch.net> References: <9f8a01cd0907280301i2688abefh3874945bf3c180ac@mail.gmail.com> <18738acb0907280305n7ff7fc19x6f3867a87ff5bf86@mail.gmail.com> <4A6F0F84.8060504@verizon.net> <4A6F25B6.1080702@starynkevitch.net> Date: Tue, 28 Jul 2009 19:18:00 -0000 Message-ID: <4348dea50907281218g4618973fs5ecb1827e3afea26@mail.gmail.com> Subject: Re: The future of concepts From: Jonathan Wakely To: Basile STARYNKEVITCH Cc: Ed Smith-Rowland <3dw4rd@verizon.net>, James Dennett , Piotr Wyderski , gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00590.txt.bz2 2009/7/28 Basile STARYNKEVITCH: > > It could perhaps be not a branch, but a plugin, but I know not much about > C++ concepts, and absolutely nothing about the existing C++ concepts > branch[es]. I don't think that would work - the standard library changes that go along with the language feature could not be implemented as a plugin. A branch seems like the right way to do it. Jonathan