From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23029 invoked by alias); 8 Jun 2009 13:17:37 -0000 Received: (qmail 23020 invoked by uid 22791); 8 Jun 2009 13:17:36 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,J_CHICKENPOX_62,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.156) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Jun 2009 13:17:31 +0000 Received: by fg-out-1718.google.com with SMTP id l27so1080874fgb.5 for ; Mon, 08 Jun 2009 06:17:28 -0700 (PDT) Received: by 10.86.96.1 with SMTP id t1mr7176044fgb.68.1244467048724; Mon, 08 Jun 2009 06:17:28 -0700 (PDT) Received: from cell.localnet (ee172.ee.bilkent.edu.tr [139.179.13.172]) by mx.google.com with ESMTPS id l19sm84416fgb.2.2009.06.08.06.17.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Jun 2009 06:17:28 -0700 (PDT) From: Onay Urfalioglu To: gcc@gcc.gnu.org Subject: c++0x concepts support Date: Mon, 08 Jun 2009 13:17:00 -0000 User-Agent: KMail/1.11.4 (Linux/2.6.29-2-amd64; KDE/4.2.4; x86_64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906081615.08129.onay.urfalioglu@gmail.com> 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-06/txt/msg00153.txt.bz2 Hi, i am wondering if the concepts branch/support is totally unmaintained or is there still anyone working on it? AFAIK, Herb Sutter quit working on the branch a while ago. As the standard is almost finished, should'nt we more aggressively advertising/motivating some dev's to work on this one? oni