[libc-commits] [PATCH] D150211: [libc] Rework of cpp::optional to support more types

Mikhail Ramalho via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri May 12 11:38:14 PDT 2023


mikhail.ramalho updated this revision to Diff 521740.
mikhail.ramalho added a comment.

Fixed compilation with clang < 16, where there is no __add_lvalue_reference and __add_rvalue_reference


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150211/new/

https://reviews.llvm.org/D150211

Files:
  libc/src/__support/CPP/optional.h
  libc/src/__support/CPP/type_traits.h
  libc/src/__support/UInt.h
  libc/test/src/__support/CPP/optional_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150211.521740.patch
Type: text/x-patch
Size: 32517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230512/444cf8f5/attachment-0001.bin>


More information about the libc-commits mailing list