EricWF accepted this revision. EricWF added a comment. This revision is now accepted and ready to land.
LGTM other than inline comments. ================ Comment at: include/string:1491 +#if _LIBCPP_STD_VER > 14 +template<class _InputIterator, ---------------- This should be guarded by `_LIBCPP_HAS_NO_DEDUCTION_GUIDES`. https://reviews.llvm.org/D41958 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits