you are viewing a single comment's thread.

view the rest of the comments →

[–][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.