Commit b436488
authored
[ADT] Use a C++17 fold expression in BitVector.h (NFC) (llvm#161626)
This patch simplifies the assertion by replacing the std::all_of check
with a more direct C++17 fold expression.1 parent 18997b5 commit b436488
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
| 573 | + | |
577 | 574 | | |
578 | 575 | | |
579 | 576 | | |
| |||
0 commit comments