From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by sourceware.org (Postfix) with ESMTPS id E3E883858D37 for ; Wed, 17 Aug 2022 12:56:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E3E883858D37 Received: by mail-ej1-x636.google.com with SMTP id fy5so24393110ejc.3 for ; Wed, 17 Aug 2022 05:56:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=rAspNe6qrAFjIom+no5cojlDQtYduwSwyiC+3Vn6tFI=; b=xIbtlazJWJytT5e5fRuUaeHUwLPzQw9ffrWbY78tDE9DVe2G8o9c5P5vXGjcW/qaIv R6hU3d+JgJWdnbL1EvVvWPnhZYPTHT4NykX2Btc8gMvoMzwv5lilYpmH8deFLDB0a9FT sb1u7JSjllyhbmb+y2X3wZAzt58w18i0diR+LfoypcSr2+ejxeoMxPH4jY6zF3HRMX4t 8QnZuTIkXrWi+WdYkn0ebrI7d0nAdToGE2+DLv5KtCp+djZDz7RklaZI/uMRoQPDFVpr T8Wtdxy+Q6gqGUoXBeAu1lf9Hf+zhwIimAt2+dWqZRlokfyB1XVwtHe8tLkq5RXceMCA R1yQ== X-Gm-Message-State: ACgBeo07DqCTWgOjKN5WQ0D6bFPYE75jPTDBH/oYP1oBHr/92df7scgv NABUTLU4mHCyKBaBA6ZNNt0pwxjvT2FqtTirPNw= X-Google-Smtp-Source: AA6agR47I0wDO8HFnjFfZvgWNt9lrzY42ffkHo1fLA40M7UfX9363x17kDxK+qq15q/XINl4FkaDW9gRST/8xqHFcD4= X-Received: by 2002:a17:907:3e28:b0:731:7ee0:add5 with SMTP id hp40-20020a1709073e2800b007317ee0add5mr16285358ejc.215.1660740960686; Wed, 17 Aug 2022 05:56:00 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Wed, 17 Aug 2022 14:55:47 +0200 Message-ID: Subject: Re: Wanted: original ConceptGCC downloads / branch, concepts-lite branch To: Aaron Gray Cc: GCC Development X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2022 12:56:04 -0000 On Wed, 17 Aug 2022, 14:46 Jonathan Wakely, wrote: > > > On Wed, 17 Aug 2022, 13:43 Aaron Gray via Gcc, wrote: > >> Hi, >> >> I am looking for the original ConceptGCC source code, the >> https://www.generic-programming.org/software/ConceptGCC/download.html has >> all broken links and the SVN is gone. >> >> Is this available on GCC git or SVN ? >> > > I don't think so, but I can't check now. I would ask Doug Gregor where > that code can be found now. > > >> Also I am wondering if the original concepts-lite code is available too >> anywhere please ? >> > > Define "original". Andrew Sutton's Concepts Lite implementation was merged > into GCC trunk, and evolved to also support C++20 concepts. > I think it was merged in August 2015 and first released in GCC 6.1 > > >> Also any pointers to the documentation for the current implementation ? >> > > Only comments in the code, I think. > > >