[all-commits] [llvm/llvm-project] 24c44c: [libcxx] adds std::identity to <functional>
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Mon Mar 29 09:16:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24c44c379f03227ce45e1d76faacd82fd14f5471
https://github.com/llvm/llvm-project/commit/24c44c379f03227ce45e1d76faacd82fd14f5471
Author: Christopher Di Bella <cjdb.ns at gmail.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M libcxx/include/functional
A libcxx/test/std/utilities/function.objects/func.identity/identity.pass.cpp
Log Message:
-----------
[libcxx] adds std::identity to <functional>
Implements parts of:
- P0898R3 Standard Library Concepts
Differential Revision: https://reviews.llvm.org/D98151
More information about the All-commits
mailing list