From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x742.google.com (mail-qk1-x742.google.com [IPv6:2607:f8b0:4864:20::742]) by sourceware.org (Postfix) with ESMTPS id 3EE553861843; Sat, 24 Oct 2020 00:11:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3EE553861843 Received: by mail-qk1-x742.google.com with SMTP id 188so3156893qkk.12; Fri, 23 Oct 2020 17:11:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=AQZAz35biaqPI7ll1jZwEYNR2GVC0Hz8Y/n5Hw+uyIg=; b=ZtDB2M47Jmz5AOuToduSJheluTLWPrfQwApxpOy07rImvxPrczc71aEh790nsFxqTd gltIKtjFEjNh38jL08IZfp+JM85JCn3JANLSbO4W+Fkojk9on6Nh8E5aTJs8pMJtkA/h moUULNJLvmDGI4YG1WgJp00k0dfT7SyNwwB3U+vNQjtTASH3KImvV5YnwPlmm8E5Agjj lEAvO+uwZAny8RIr0xChJAxNdAV3Sk0nx+CgzACtooQ2G82weJ1i6RukThwWURl7TOSG vbL8WQzOr4w5TGJNG3dS/0epZVnzqgOsAzVC0k1cE5LYqkZaK2QMEPjjSEA8xCiMb6sU fgyA== X-Gm-Message-State: AOAM533RFq3/7EQT3g4dGCHLmlb7BMqrYCcO5h0+wzD3CECk67MSgu+9 cp9gmP6/rbxsQUuF9adBPsxp0O2g/5OtwhQoT60= X-Google-Smtp-Source: ABdhPJxbimwXfUXq8e0FFr2F4Ffvrc0d1Eop5Q8gnP14lV9o/MfzirM6sgkB9YkYlHviegOee2lcevGn5Yiqft6mg5U= X-Received: by 2002:a37:5ca:: with SMTP id 193mr5033114qkf.44.1603498300943; Fri, 23 Oct 2020 17:11:40 -0700 (PDT) MIME-Version: 1.0 References: <20201024000025.GP3628@redhat.com> <20201024000702.GR3628@redhat.com> In-Reply-To: <20201024000702.GR3628@redhat.com> From: Ville Voutilainen Date: Sat, 24 Oct 2020 03:11:29 +0300 Message-ID: Subject: Re: [PATCH] g++, libstdc++: implement __is_nothrow_{constructible, assignable} To: Marek Polacek Cc: "libstdc++" , gcc-patches List Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2020 00:11:42 -0000 On Sat, 24 Oct 2020 at 03:07, Marek Polacek wrote: > > Ha, we have the same thing in is_trivially_xible, so I'll drive-by > > change that one as well. > > Please. Thanks! The tree is also on a separated line in is_trivially_xible and is_nothrow_xible, but not in is_xible. What do we think about line-whitespace changes mixed with 'real' changes?