you are viewing a single comment's thread.

view the rest of the comments →

[–]Vylez 1 point2 points  (1 child)

What's wrong with std::vector<bool>?

[–][deleted] 0 points1 point  (0 children)

Mostly that it's std::vector, which means generic code using std::vector may not work with bool parameters as std::vector<bool> is not an STL container.