Skip to content
Commit a2bbca9f authored by Tom Tromey's avatar Tom Tromey
Browse files

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: default avatarJohn Baldwin <jhb@FreeBSD.org>
parent 6f96f485
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment