From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x136.google.com (mail-il1-x136.google.com [IPv6:2607:f8b0:4864:20::136]) by sourceware.org (Postfix) with ESMTPS id 2615D3851C03 for ; Mon, 8 Jun 2020 07:47:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2615D3851C03 Received: by mail-il1-x136.google.com with SMTP id b5so15807368iln.5 for ; Mon, 08 Jun 2020 00:47:10 -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=SoYIyiTvKmhRKfQwK7Gy1A8YvfsC6KDlvw+ZbN36Kw8=; b=OJp/cgv+3RBDx7vfFRx9JVUoRAErjSqXp1+ANE2Pr48Qbngf9KAiEaMCNgbLuooeAa ukbGZhFDiro2N7fM8KHreNfvIYOL5eIPJ6Gzwbs55VM8KcVhv2WAHSJbLLOdJ+7iadyS 1sXS/fuxpg8m25iYup+qu1Sx7C78EXTusXCIWx2nVc6FwKqXuL9MDIFSdqTf/vXZFY6D IWmIil3h27LGscHm3qmvd4BiRplGkkJ6Y6AnQCj4uQ1jg9X+eQR718e7wRp0NbA6NqfV 8YQG5ny2No5VWSKKLT4WWvTIzq76cUFSZghVZ/QbczA/LpzyBhUwNgRCpWDO0KXJ5Eq8 ynVg== X-Gm-Message-State: AOAM530ma7Svj4nLNfLvU3Lgq1O1FiHVe384wpGy5BlZ0tVxm8xoCYhV MspSdDwrLYUcSShmZhGmmYYr8fF4934+tSD91nw= X-Google-Smtp-Source: ABdhPJzPemhEaI7NSFonFNpO/JmkMGeHRJ4dHukUI1D3enf8G3lvKCA4yrtVUq35MZqxtftwUQuTLwgmKe1nvALi1i8= X-Received: by 2002:a92:d0d:: with SMTP id 13mr4096788iln.134.1591602429687; Mon, 08 Jun 2020 00:47:09 -0700 (PDT) MIME-Version: 1.0 References: <20200607211018.Horde.adcpNdzA9nyGq1LTPXZrKaW@webmail.bnv-bamberg.de> <20200608064244.Horde.oyKLkkNT3lFysQLTt_gU5hh@webmail.bnv-bamberg.de> In-Reply-To: <20200608064244.Horde.oyKLkkNT3lFysQLTt_gU5hh@webmail.bnv-bamberg.de> From: Jonathan Wakely Date: Mon, 8 Jun 2020 08:46:58 +0100 Message-ID: Subject: Re: g++ version 7.5.0 and library To: hbusch@bnv-bamberg.de Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, 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-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 07:47:11 -0000 On Mon, 8 Jun 2020 at 05:43, wrote: > > Thanks a lot Marc for your quick help. > Even did not help. > > Here ... > > https://gcc.gnu.org/onlinedocs/gcc-7.5.0/libstdc++/manual/manual/status.html#status.iso.2017 > > ... I see that 7.5.0 does not include memory_resource. But and are two different headers. GCC 7.5.0 *does* provide , as documented in Table 1.4 at https://gcc.gnu.org/onlinedocs/gcc-7.5.0/libstdc++/manual/manual/status.html#status.iso.2014 where it shows that the "Polymorphic memory resources" component of the Library Fundamental Techncial Specification is partially supported.