From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x932.google.com (mail-ua1-x932.google.com [IPv6:2607:f8b0:4864:20::932]) by sourceware.org (Postfix) with ESMTPS id 6C173387089C for ; Thu, 23 Mar 2023 11:00:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6C173387089C 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-ua1-x932.google.com with SMTP id m5so14642098uae.11 for ; Thu, 23 Mar 2023 04:00:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cs.washington.edu; s=goo201206; t=1679569251; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=wt3JwpzGof/qx0NQl0Xu/Za6QbadPtQ0IyI5dyKqHbo=; b=TL3w28j5WPvymOokolhhI5duCU/Vt5IZMUOXdMl+xt5KFxGFJBgMeMwFnr8PcGaMn+ cOVAoEIjqo01eO3bnhLKBeC6wfyfF/DIMUINq6JPSSjxQDtFTWQHg/TZk5p7weP/czmD xFOTi/+FBAD5bQ5zZjW6RE+k+Fbc7e1+KXRU4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679569251; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=wt3JwpzGof/qx0NQl0Xu/Za6QbadPtQ0IyI5dyKqHbo=; b=sPu27JciQkTN63WaHqIq6pBd6QRAKL5pOU8wpZdCwcdt6oR4ZOZobi/j2H2aBW75Rz HxBtiC8LQ78vZSUQZLx01SpdkBo5POxo4WWiVitr0aXaPsqDbHY+D9IalT3mOKOWGpvl 14isHUrB6/I8wu+fPujFuO2TsISVlc6sgAt1zSEXouWM7K4EltY4jrnhr+jQ40CyhiZW dnc+5Ji/d5tDd6QzlU3SGdLomqR+3cbsuP9x3Y80zwuuFuQty78IFttN0pl1MFoA7a+1 0mBYs6nTkp73CkPPoNPX71kJPyl9zy1iT5bh0wgp3PeKHjLd4IQaaE5NQwU8gChG+8pD /Tfg== X-Gm-Message-State: AAQBX9c/NcWarGX4F3rPKFUmDnbWbGZVSN/SfmJPSsEsigQnQV/5/DZa n2+YlICZ/2H3Y1fsSg3urIQyl5+iRR1i4MgERrQijNqUHNQTctv04WQ= X-Google-Smtp-Source: AKy350ZaLYb68SKsIG3wNUJXwYndenAqMlzNec/mrDHe365nL/fgu3UjL24zcfGJGqaIblwlOF38Lx0OTt074xaXwE8= X-Received: by 2002:ab0:3d86:0:b0:688:c23f:c22f with SMTP id l6-20020ab03d86000000b00688c23fc22fmr5463652uac.1.1679569250781; Thu, 23 Mar 2023 04:00:50 -0700 (PDT) MIME-Version: 1.0 References: <20230323020458.54515-1-kmatsui@cs.washington.edu> In-Reply-To: From: Ken Matsui Date: Thu, 23 Mar 2023 04:00:40 -0700 Message-ID: Subject: Re: [PATCH] libstdc++: use __bool_constant instead of integral_constant To: Ville Voutilainen Cc: Jonathan Wakely , gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.6 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: On Thu, Mar 23, 2023 at 3:56=E2=80=AFAM Ville Voutilainen wrote: > > On Thu, 23 Mar 2023 at 12:53, Ken Matsui wrot= e: > > > > DCO sign-off is indeed more light-weight, and sure, it's becoming mor= e common > > > since it's relatively new as an option. > > > > Thank you! > > > > To add a DCO sign-off, do I need to bump up the subject line to [PATCH = v2]? > > No. The format of the subject for patch submission emails is not that str= ict. :) I see. I will update this patch. Thank you so much for your support! Sincerely, Ken Matsui