[PATCH] D42344: [libc++] Use multi-key tree search for {map, set}::{count, equal_range}

N via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 21 08:54:21 PST 2018


ng updated this revision to Diff 130812.
ng added a comment.

As per the above suggestions, enabled _multi tree search only for transparent comparator functions, and added tests.


https://reviews.llvm.org/D42344

Files:
  libcxx/include/map  
  libcxx/include/set  
  libcxx/test/std/containers/associative/map/map.ops/transparent_count.pass.cpp   
  libcxx/test/std/containers/associative/map/map.ops/transparent_equal_range.pass.cpp  
  libcxx/test/std/containers/associative/set/transparent_count.pass.cpp 
  libcxx/test/std/containers/associative/set/transparent_equal_range.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42344.130812.patch
Type: text/x-patch
Size: 9634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180121/f161dcf3/attachment-0001.bin>


More information about the cfe-commits mailing list