mclow.lists added a comment. I'm wondering if it's not a better idea to have an explicit specialization for size == 0
template <class T>
class array<T, 0> {
// and so on.
};
https://reviews.llvm.org/D41223
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
