Details
Details
- Reviewers
 ldionne Mordante var-const huixie90 - Group Reviewers
 Restricted Project - Commits
 - rG1db43b7ba9e1: [libc++] Replace _LIBCPP_INLINE_VISIBILITY and mark all functions…
 
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
Comment Actions
LGTM
| libcxx/include/__split_buffer | ||
|---|---|---|
| 45–46 | 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.  | |
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.