From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id 590E13858413 for ; Tue, 12 Jul 2022 08:13:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 590E13858413 Received: by mail-ed1-x52a.google.com with SMTP id v12so9069695edc.10 for ; Tue, 12 Jul 2022 01:13:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VvOA3dVgT39oPUFAuaNx1LFimjsNSa2Vbdq1qtcf1ew=; b=1Y94wp+FEvOTRxC9tXWkwWLQX0sa/qd4e+UAK7CwQq0ztF79d9ZnJHOpcKag+dmRTO ivoceybLHolbls/OteAZE6XPOVqtR24QcwiC1Bj6cvqwQMXYveF9mo+2lAOf9E9AEf9E YOv9rxuHX4GhtkEkwk7tQI/7vlTV0dmAilbRqXCmBfbOr5hElHia75fAWK9pgxlrRg2o Bk1/WnppBzbYtXcZzfxBTUgGdIGfQy81gbowtb4OYQw/EtguyeygCoLECmTQUYWnqZ25 YaApPG0O9XdrMdhJFK6fyPMmTtXMbQjQmqgVxUazpbl6lBwgdo2uO9Ww2BNBEma7VNxO AJbg== X-Gm-Message-State: AJIora83SRlsm9LSwGeG33EqT9GYn8HM10AmEYYsOn70cGFxQdM6hDGl e86++lHHLxsABqYgliE+uoB5qw/3/JagTOq6pGE= X-Google-Smtp-Source: AGRyM1ux+trrBxdBuQ+ygTY/td60WFGOGP/KTsqlI9Sl8wUPGr4pTWNZpH7G27ZQxlwAIVJLk/2OgFTx3hoqLZNVeik= X-Received: by 2002:a05:6402:48d:b0:43a:cccd:89d9 with SMTP id k13-20020a056402048d00b0043acccd89d9mr15577608edv.257.1657613594122; Tue, 12 Jul 2022 01:13:14 -0700 (PDT) MIME-Version: 1.0 References: <20220712002527.417444-1-dmalcolm@redhat.com> In-Reply-To: From: Jonathan Wakely Date: Tue, 12 Jul 2022 09:13:02 +0100 Message-ID: Subject: Re: [PATCH 1/2] Add gcc/make-unique.h To: David Malcolm Cc: gcc-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.6 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, 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 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: Tue, 12 Jul 2022 08:13:16 -0000 On Tue, 12 Jul 2022 at 07:48, Jonathan Wakely wrote: > You also need for the enable_if and is_array traits. With libstdc++ that gets included by but that's guaranteed for other library implementations. Sorry, I was replying from my phone and missed a word. That's **not** guaranteed for other library implementations. (It's not formally guaranteed for libstdc++ either, but in practice nearly every libstdc++ header includes because nearly every header needs part of it, and that's unlikely to change).