[libcxx-commits] [PATCH] D61878: Change how containers are compared

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 16 11:36:09 PDT 2019


zoecarver marked an inline comment as done.
zoecarver added inline comments.


================
Comment at: include/unordered_set:1544
+    typedef _VSTD::pair<const_iterator, const_iterator> _EqRng;
     for (const_iterator __i = __x.begin(), __ex = __x.end(); __i != __ex;)
     {
----------------
Just realizing now that this should be `__first1`. That might make it faster :)


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D61878





More information about the libcxx-commits mailing list