From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x842.google.com (mail-qt1-x842.google.com [IPv6:2607:f8b0:4864:20::842]) by sourceware.org (Postfix) with ESMTPS id 5E7A23857C6F; Fri, 23 Oct 2020 23:34:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5E7A23857C6F Received: by mail-qt1-x842.google.com with SMTP id j62so2592677qtd.0; Fri, 23 Oct 2020 16:34:13 -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; bh=dsD72It1LzN5xJQ0diOvRz0Q2qHjbu0U6KU3NkAUXog=; b=QGXrvDhQshSabZOUFO+RXXDZ2rpKpyDIom4Ie1AAoTWqsKTaU8UCEa5DxHxnZGNtzV YDWMVHTPtJJCbl6xqKp8+Haaekfam9rQhAHMVJZmgFgbm7gGZSWdV1pr3ervbgAmV4So g7rgykaPM51eh+O/8+lZgjpfwdkiW2/HmtsfNQUmhpr53i2+PI+7UnaNq+VdZzZh9T4Q NyW+TszrISY+8KmqVNvl1AGPePscV3XzmKa0SsAL4BoPMpKCYx1ci4IWgQIdkC4WTDKL KdJL6wGER6kE0e30LH+jfbdDMpohl3VdD3THGpa6V1ub8RD178jWGbUXIx/UvY6hRe+0 blFg== X-Gm-Message-State: AOAM530AthkJVn5wB9OVt0cZYbqIsO5WaB5JxUnUYILDkAQPuF37ZaNQ WpMo/g/06knJ/LGtveGOXmowMhZcsWt3v6gw01kl8012URgRQg== X-Google-Smtp-Source: ABdhPJyfRX4eYp0mi9HpomdrdnyzYWxfU84S/N0Fh9/ZMZrhsuBi5ObHiSpTiQKm1D8pV7VIRsaZbwGUD7wCkcDn27Y= X-Received: by 2002:ac8:4808:: with SMTP id g8mr4781213qtq.18.1603496052899; Fri, 23 Oct 2020 16:34:12 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ville Voutilainen Date: Sat, 24 Oct 2020 02:34:01 +0300 Message-ID: Subject: Re: [PATCH] g++, libstdc++: implement __is_nothrow_{constructible, assignable} To: gcc-patches List , "libstdc++" , Jason Merrill Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.7 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: Fri, 23 Oct 2020 23:34:14 -0000 On Sat, 24 Oct 2020 at 02:32, Ville Voutilainen wrote: > * method.c (__is_nothrow_xible): New. ..and this is is_nothrow_xible, without leading underscores.