From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe30.google.com (mail-vs1-xe30.google.com [IPv6:2607:f8b0:4864:20::e30]) by sourceware.org (Postfix) with ESMTPS id D50833858D32 for ; Mon, 27 Feb 2023 22:01:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D50833858D32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=cs.washington.edu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cs.washington.edu Received: by mail-vs1-xe30.google.com with SMTP id a3so13768768vsi.0 for ; Mon, 27 Feb 2023 14:01:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cs.washington.edu; s=goo201206; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=pTNb4nlwolPUMyE3juLOli6Chk5+9tBzwVAA1nAvfHI=; b=k7lmr66iIuEcb6p8B6HgWkvwMsOUmJto0crmXkWRkeQRzSHI+342ceJYgelzIGPjCd c7AY4R5gH9pkUjHrKSD9fmsHaXSMQH+/k0vvAFe+x3ao6eNNRXWYPCwOJaDIaB4/qm67 0Bfxl4EGv5ravfU80Afsa6h9G5Cep4CuvJayU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=pTNb4nlwolPUMyE3juLOli6Chk5+9tBzwVAA1nAvfHI=; b=XL9aNac2ltuKxbFEalMFYdr6gT5zE1DWs4f/X0Mbth+e1AhSMqXuPP4BCdwU8HQXCv Gzw1U/gyv6FR+8CHWIxGdAh3IJyqCOsV+BK4EVL7BGLvfzQah+YRX9bBCwyuJy/iIH6A Vzy8gvkLyULGaYudP6ym28xrNyZUBupCU4zj7CYV9WkKI5MXQo/nRUMMMVdTSiH7ze80 vP8kg24oeY9xDkIrlcK7zilQNPm/BKweqb3ntAEDVofXVbHICqu9Q4SXsY+MreLrMo+R iz/Gmkv3SdbImrlxCb0+zphGAnf1zAHxzS0EAfRzgyW5VMAX0IB8MD5AjJlqFIUdawz1 ZOuA== X-Gm-Message-State: AO0yUKVfMHh7N8xhaL5jswR7kDmkykRabvaTOeqr5jr8YjhXBWf5bQZB +fjaFWI6jrIbftoYRAw9u0j7Rwky3qWl78q8A2jL+ongYqi8xUmq X-Google-Smtp-Source: AK7set+csqQ54yr4HbT1uNelZ1ApqkR46STVnK+A2fE9hOU9Gh5lpsRLSi54FPvSpTTa1gpB6293CWmsDGch1FH2dms= X-Received: by 2002:ac5:cbe2:0:b0:401:95ca:ea53 with SMTP id i2-20020ac5cbe2000000b0040195caea53mr48611vkn.3.1677535308982; Mon, 27 Feb 2023 14:01:48 -0800 (PST) MIME-Version: 1.0 From: Ken Matsui Date: Mon, 27 Feb 2023 14:01:38 -0800 Message-ID: Subject: [GSoC][C++: Compiler Built-in Traits]: Example Impls & Small Patches To: gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, My name is Ken Matsui. I am highly interested in contributing to the project idea, "C++: Implement compiler built-in traits for the standard library traits." To understand how to implement those traits, could you please give me some example implementations of the compiler built-in traits, as well as some recommended traits to get started with making small patches? Also, I would appreciate receiving the contact information for the project mentor, Patrick Palka. Sincerely, Ken Matsui