[libc-commits] [PATCH] D152270: [libc] Remove operator T from cpp::expected.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 6 07:13:36 PDT 2023


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added a subscriber: tschuett.
Herald added projects: libc-project, All.
lntue requested review of this revision.

The libc's equivalent of std::expected has a non-standard and
non-explicit operator T - https://github.com/llvm/llvm-project/issues/62738


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152270

Files:
  libc/src/__support/CPP/expected.h
  libc/src/__support/File/dir.cpp
  libc/src/dirent/readdir.cpp
  libc/test/src/__support/File/platform_file_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152270.528850.patch
Type: text/x-patch
Size: 6612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230606/36123c90/attachment.bin>


More information about the libc-commits mailing list