llvm-project
4c4606a7 - [libc++] Add missing assertion in std::span constructor (#118396)

Commit
1 year ago
[libc++] Add missing assertion in std::span constructor (#118396) The (iterator, size) constructor should ensure that it gets passed a valid range when the size is not 0. Fixes #107789
Author
Parents
Loading