llvm-project
4c4606a7
- [libc++] Add missing assertion in std::span constructor (#118396)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#118396 - [libc++] Add missing assertion in std::span constructor
Author
ldionne
Parents
1094641b
Loading