EricWF accepted this revision. EricWF added a comment. This revision is now accepted and ready to land.
LGTM after addressing inline comments. Sorry for the delay. ================ Comment at: include/memory:3663 + template <class _Other> + struct rebind + { ---------------- This rebind isn't getting selected because it's private, but `std::allocator_traits` is doing the rebinding instead. Please make the rebinding public. https://reviews.llvm.org/D30837 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits