llvm-project
b4364881
- [ADT] Use a C++17 fold expression in BitVector.h (NFC) (#161626)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 day ago
[ADT] Use a C++17 fold expression in BitVector.h (NFC) (#161626) This patch simplifies the assertion by replacing the std::all_of check with a more direct C++17 fold expression.
References
#161626 - [ADT] Use a C++17 fold expression in BitVector.h (NFC)
Author
kazutakahirata
Parents
18997b5a
Loading