[PATCH] D41958: Create a deduction guide for basic_string

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 11 16:08:56 PST 2018


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





More information about the cfe-commits mailing list