[libcxx-commits] [PATCH] D58587: Implement deduction guides for <map>

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 27 21:45:56 PST 2019


Quuxplusone marked 4 inline comments as done.
Quuxplusone added inline comments.


================
Comment at: include/iterator:541
 
+#ifndef _LIBCPP_HAS_NO_DEDUCTION_GUIDES
+template<class _InputIterator>
----------------
Incidentally, I have no opinion on whether this `#ifndef` is appropriate. It shouldn't break anything to define these aliases unconditionally, except that then I'd probably have to switch the `using`s to `typedef`s.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58587/new/

https://reviews.llvm.org/D58587





More information about the libcxx-commits mailing list