Also, add missing tests for assertions in span constructors. Now I
believe that all of std::span's API should be hardened, and all the
assertions should have a corresponding test.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG8c6319e30a35: [libc++] Add a missing assertion in std::span's constructor
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM! I checked the other methods like first, last, subspan, etc. and I'm happy with the coverage for testing LIBCPP_ASSERTs.