hokein added a comment.

In https://reviews.llvm.org/D35787#819007, @alexfh wrote:

> Should we look at whether the size is statically known?


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?


https://reviews.llvm.org/D35787



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to