[PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.

Marshall Clow via Phabricator reviews at reviews.llvm.org
Mon Oct 1 09:09:20 PDT 2018


mclow.lists added inline comments.


================
Comment at: include/algorithm:3213
+            _Integral
+        >::type __size_t_if_safe;
+
----------------
Does `make_unsigned` do what you want here?


https://reviews.llvm.org/D52697





More information about the libcxx-commits mailing list