Details
Details
- Reviewers
ldionne Mordante var-const huixie90 - Group Reviewers
Restricted Project - Commits
- rG59ef4b3686e4: [libc++] Split __allocator_destructor out of shared_ptr.h
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
libcxx/include/__memory/allocator_destructor.h | ||
---|---|---|
37 | nit: can this member function be const? |
Comment Actions
- Rebased
- Try to fix CI
libcxx/include/__memory/allocator_destructor.h | ||
---|---|---|
37 | Maybe, but I wouldn't change it here, since I'm just moving the code. |
nit: can this member function be const?