mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 10:36:43 +00:00

Reverts llvm/llvm-project#121352 Triggers "vector type should not be a bool!" on: ``` bool a[100]; bool b[100]; auto t = std::mismatch(std::begin(a), std::end(a), std::begin(b), std::end(b)); ``` https://godbolt.org/z/Y73s3sdef