_EWL_NO_VECTOR_BOOL

If this flag is defined it will disable the standard vector<bool> partial specialization. You can still instantiate vector<bool>, but it will not have the space optimization of one bool per bit.

There is no need to recompile the C++ lib when flipping this switch, but you should remake any precompiled headers you might be using.