[all-commits] [llvm/llvm-project] b95ed8: [libc] Remove operator T from cpp::expected.
lntue via All-commits
all-commits at lists.llvm.org
Tue Jun 6 10:58:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b95ed8b6d9354fa10094b6425ecc84dd33682a58
https://github.com/llvm/llvm-project/commit/b95ed8b6d9354fa10094b6425ecc84dd33682a58
Author: Tue Ly <lntue at google.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M libc/src/__support/CPP/expected.h
M libc/src/__support/File/dir.cpp
M libc/src/dirent/readdir.cpp
M libc/test/src/__support/File/platform_file_test.cpp
Log Message:
-----------
[libc] Remove operator T from cpp::expected.
The libc's equivalent of std::expected has a non-standard and
non-explicit operator T - https://github.com/llvm/llvm-project/issues/62738
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D152270
More information about the All-commits
mailing list