[llvm-bugs] [Bug 50987] Missing std::identity implementation

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 16 12:12:22 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=50987

Louis Dionne <ldionne at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |24c44c379f03227ce45e1d76faa
                   |                            |cd82fd14f5471
                 CC|                            |ldionne at apple.com
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Louis Dionne <ldionne at apple.com> ---
std::identity was added in

commit 24c44c379f03227ce45e1d76faacd82fd14f5471
Author: Christopher Di Bella <cjdb.ns at gmail.com>
Date:   Thu Mar 18 17:21:35 2021 +0000

    [libcxx] adds std::identity to <functional>

    Implements parts of:
        - P0898R3 Standard Library Concepts

    Differential Revision: https://reviews.llvm.org/D98151


It works with recent Clangs: https://godbolt.org/z/s5bnn9PqT

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210816/693626be/attachment.html>


More information about the llvm-bugs mailing list