Use _LIBCPP_DEBUG_ASSERT in <vector>
Details
Details
- Reviewers
• Quuxplusone ldionne Mordante - Group Reviewers
Restricted Project - Commits
- rGd7630b37ceb8: [libc++][NFC] Use _LIBCPP_DEBUG_ASSERT in <vector>
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM module some nits.
libcxx/include/vector | ||
---|---|---|
1705 | Style nit: Please indent this line like the others. Since it seems to fit for emplace it should fit for insert. |
Style nit: Please indent this line like the others. Since it seems to fit for emplace it should fit for insert.
Same for the insert below.