From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by sourceware.org (Postfix) with ESMTPS id CF3E73858D39 for ; Wed, 17 Aug 2022 21:04:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CF3E73858D39 Received: by mail-ed1-x530.google.com with SMTP id a22so780331edj.5 for ; Wed, 17 Aug 2022 14:04:57 -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=Q5hpqdBtuMD691ArEwh9evBP1lwcTAO7QAjGETT08i0=; b=KDPfowbcbvWRh6FrrFHRxRh+CGMp9F/+lgZEVEmbE7vCCUNNH9B001t49WonbpRz7l +cte1DDUqHQhTq6jYRLVFFEH1KA/2Qz9mhFGzwOm69pxoxv/S+j4F2mVa/ay4kvZbH1u Y1HXkrJxUySFzA7F8uidG/C33SluVb+n+OEf5l+bnEyLCjjLFtiRWXnN6/kxhLbW2cNq 27OZZJCDHK4TjWN64o8T6eQY6HNKRWowu1bULCvVwUTFjN6yscuVIItd5uUlYuKZjsx6 LEjY2hgA042oAEWWGZdU5Jd5p4FfMQ2+eqtI6KsdJQF1rNkSKydMBAYXXNI5ClirOUXp XgLA== X-Gm-Message-State: ACgBeo19C1eILmdgppvLzCnMqvvKRq939tr24H3/JO0lGN1Nvtq2rjSz Ot3k8QJByZE1GKauwaHiCK+DP72UOZgmOjK3wZg= X-Google-Smtp-Source: AA6agR6iURVGIBj+/1VIfZTO++LiKYIpItF6mTSQdHoWF76NrJI0ywfCxZALLAVwTEdbLCnq0bv2m3WRLpFw6F0TZ7A= X-Received: by 2002:aa7:dc17:0:b0:441:e5fc:7f91 with SMTP id b23-20020aa7dc17000000b00441e5fc7f91mr24533165edu.301.1660770296548; Wed, 17 Aug 2022 14:04:56 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Wed, 17 Aug 2022 23:04:16 +0200 Message-ID: Subject: Re: C++ Concepts: Working Paper n number ? 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 21:05:00 -0000 On Wed, 17 Aug 2022, 16:52 Aaron Gray via Gcc, wrote: > Hi, Another query please. > > I seem to have found the Concepts Technical Specification :- > > https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3929.pdf That's an old draft, see https://en.cppreference.com/w/cpp/experimental for the ISO TS number and the draft numbers. > > But am looking for the n number of the C++ Concepts Working Paper ? > Do you mean C++0x Concepts? N2042, and see N2618.