commit | a2bbca9fa5e4e488ccbb8dddfa1d78ed03bad083 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Jun 17 12:52:11 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Tue Jun 20 11:21:51 2023 -0600 |
tree | c12c8156574115bef418da92a387529ef0edf206 | |
parent | 6f96f4854f1dcfa15c1ba87f76d868513bb14276 [diff] |
Use std::vector<bool> for agent_expr::reg_mask agent_expr::reg_mask implements its own packed boolean vector. This patch replaces it with a std::vector<bool>, simplifying the code. Reviewed-by: John Baldwin <jhb@FreeBSD.org>