[libcxx-commits] [PATCH] D131395: [libc++] Implement `lexicographical_compare_three_way`

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 25 06:57:38 PST 2022


ldionne added inline comments.


================
Comment at: libcxx/benchmarks/lexicographical_compare_three_way.bench.cpp:13-14
+
+// The following two benchmarks directly access the internal helper functions from libc++
+#if _LIBCPP_VERSION
+
----------------
I wouldn't bother with that. We test internal stuff as well in other benchmarks.

If we want to make them usable with other stdlibs, I think we'd need to spend some time making that work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131395



More information about the libcxx-commits mailing list