llvm-project
7b904b09 - [libc++] Remove assertions from <string_view> that are unreachable (#148598)

Commit
168 days ago
[libc++] Remove assertions from <string_view> that are unreachable (#148598) When assertions are enabled it is impossible to construct a `string_view` which contains a null pointer and a non-zero size, so assertions where we check for that on an already constructed `string_view` are unreachable.
Author
Parents
Loading