[all-commits] [llvm/llvm-project] 260036: [libc] move in_place_t in utility (#65623)
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Sep 7 09:13:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 260036ab1e722202b90a76bbc881c372cd84b563
https://github.com/llvm/llvm-project/commit/260036ab1e722202b90a76bbc881c372cd84b563
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M libc/src/__support/CPP/optional.h
M libc/src/__support/CPP/utility.h
A libc/src/__support/CPP/utility/in_place.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] move in_place_t in utility (#65623)
This is needed because `cpp::in_place_t` is also used by `cpp::expected`
https://en.cppreference.com/w/cpp/utility/in_place
More information about the All-commits
mailing list