From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by sourceware.org (Postfix) with ESMTPS id 7EE8A386102F for ; Tue, 1 Jun 2021 19:35:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7EE8A386102F Received: by mail-pj1-x1029.google.com with SMTP id g24so279469pji.4 for ; Tue, 01 Jun 2021 12:35:42 -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:from:date:message-id:subject:to; bh=z6zQI8OD5r5JBQd8LYJjpsnGQGb4yDmNZdJvy2lhXHA=; b=OPnJQ83uqIw+lXOv+oGgVtnniXPTISjlnO9ORLtseW9mXEyEAwCzhyI5zlDsTX/VJS ZVAtOEE5J97WiC2zZ+yhMn32xpbdgGcI0KSryWIUqbZqHTrSOy9y9Uj51xgupUzoxx/b J/fTCMEFjOH3d9iYH9Im2+ZSVNSPP7t1litPXcPoqQyTNl2k0mGBvrTROgj2KImlYwSa oCHKHJFbBy7o+7YxEFGe8roZsaX+xKPv1znIttau60QMLmBLQXUN33ubLKn/g7YmWB4T nZHWg3MUZRyVwJ+/sHfXWJwx6gF+t6M2G8BbZkekRWmvgh266jQFeYo2BixCBywU7aQj +4Ig== X-Gm-Message-State: AOAM533OvqmhIHVeF9xB1rdcMRXponk9lhBwSbd65ycsdNK4BVMzl9Qq lXIy2mlMttv266SknoCK2Wo3vFAVx5FIJNOVAsw5hGXRtiua9A== X-Google-Smtp-Source: ABdhPJw1ZW28taKneruHaShatnGXaSB5PmdFCMRCr/euVGfMtDXSxbqdzmNLMeK6rS9g5lTjNHrEPVriEBgMIUIa1Ks= X-Received: by 2002:a17:90a:a116:: with SMTP id s22mr1446455pjp.155.1622576141175; Tue, 01 Jun 2021 12:35:41 -0700 (PDT) MIME-Version: 1.0 From: Mikhail Matrosov Date: Tue, 1 Jun 2021 22:35:32 +0300 Message-ID: Subject: std::atomic_shared_ptr To: libstdc++@gcc.gnu.org X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2021 19:35:43 -0000 Could anyone please share the status of the implementation of std::atomic_shared_ptr? ----- Best regards, Mikhail Matrosov