[libc-commits] [PATCH] D129920: [libc] Trivial implementation of std::optional
Thorsten via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Jul 16 10:28:11 PDT 2022
tschuett added a comment.
If the LLVM optional uses a union, then it is probably a good idea.
I guess you are more interested in trivially copyable types.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129920/new/
https://reviews.llvm.org/D129920
More information about the libc-commits
mailing list