#include <CaVector.h>
std::vector<bool> has a special implementation that is space-optimized and therefore slow and not thread-safe. That is why one should use ca::Vector<char> instead.
Definition at line 284 of file CaVector.h.