LGTM ================ Comment at: include/future:788 @@ -785,2 +787,3 @@ + __a.deallocate(_PTraits::pointer_to(*this), 1); } ---------------- This repetitive code bothers me; both here and in D4859. I don't see an obvious way to package it up, though.
(Yes, I know it's just types, not actual code, but if it's in multiple places in the source, there's a chance that it's wrong in one or more of them) http://reviews.llvm.org/D4862 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
