[libcxx-commits] [PATCH] D132028: [libc++] Replace _LIBCPP_INLINE_VISIBILITY and mark all functions _LIBCPP_HIDE_FROM_ABI in __split_buffer
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 17 12:48:39 PDT 2022
philnik added inline comments.
================
Comment at: libcxx/include/__split_buffer:41-42
private:
__split_buffer(const __split_buffer&);
__split_buffer& operator=(const __split_buffer&);
public:
----------------
huixie90 wrote:
> Not an issue. At the first glance, I was wondering why these two were not marked as hidden from abi. then I realised that there are no implementations and these are just CXX03 way of making it non-copyable.
Yeah, I should continue the work on D121213.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132028/new/
https://reviews.llvm.org/D132028
More information about the libcxx-commits
mailing list