[libc-commits] [PATCH] D139576: [libc] move errno out of file internals
Thorsten via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Dec 9 23:33:30 PST 2022
tschuett added a comment.
Your optional has a separate storage class:
https://github.com/llvm/llvm-project/blob/ebd3eef0b2b0255e4cf1cd825019ff66d3cd1426/libc/src/__support/CPP/optional.h#L30
Your expected does not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139576/new/
https://reviews.llvm.org/D139576
More information about the libc-commits
mailing list