[libcxx] adds std::identity to <functional>
authorChristopher Di Bella <cjdb.ns@gmail.com>
Thu, 18 Mar 2021 17:21:35 +0000 (17:21 +0000)
committerChristopher Di Bella <cjdb@google.com>
Mon, 29 Mar 2021 16:16:05 +0000 (16:16 +0000)
commit24c44c379f03227ce45e1d76faacd82fd14f5471
tree1df82c0afe31c87b1476626fcb6f555b1fe95508
parentf1e0c7fdd72026f62e2c38ee249705fbb9213a30
[libcxx] adds std::identity to <functional>

Implements parts of:
    - P0898R3 Standard Library Concepts

Differential Revision: https://reviews.llvm.org/D98151
libcxx/include/functional
libcxx/test/std/utilities/function.objects/func.identity/identity.pass.cpp [new file with mode: 0644]