Details
Details
- Reviewers
ilya-biryukov
Diff Detail
Diff Detail
- Build Status
Buildable 8516 Build 8516: arc lint + arc unit
Event Timeline
Comment Actions
Do you mean the size of the template type T in vector<T>? STL only provides a template specialization for std::vector<bool>, so I think excluding vector<bool> is probably enough, or am I missing anything here?
Comment Actions
I meant the size of the vector, i.e. the number of elements that is going to be pushed into it. Is it still reasonable to exempt vector<bool>, if, say, a million of bools is pushed into it?