EricWF requested changes to this revision. EricWF added a comment. This revision now requires changes to proceed.
We can't just use an arbitrary allocator type for a number of reasons: - You just changed the type of the control block. That's ABI breaking. - `allocator<int>` allocates ints, nothing else. - It may mean we don't select a valid user specialization of `allocator<Yp>`. I'll play around to see if I can come up with another path forward to fix this. https://reviews.llvm.org/D30837 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits