[libcxx-commits] [PATCH] D132081: [libc++] Remove __deque_base
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Aug 20 17:05:10 PDT 2022
philnik marked an inline comment as done.
philnik added inline comments.
================
Comment at: libcxx/include/deque:1028
+ struct _ConstructTransaction {
+ _ConstructTransaction(deque* __db, __deque_block_range& __r)
+ : __pos_(__r.__begin_), __end_(__r.__end_), __begin_(__r.__begin_), __base_(__db) {}
----------------
ldionne wrote:
> We need to spam `_LIBCPP_HIDE_FROM_ABI` here and in other places. Fine to do in a follow-up.
See D132320.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132081/new/
https://reviews.llvm.org/D132081
More information about the libcxx-commits
mailing list