A. Jiang c092e2af14
[libc++] Fix uses of non-empty transparent comparator in <map> (#152624)
The `__get_value()` member function was removed in LLVM 21, but the
calls in `<map>` weren't removed. This patch completes the removal and
adds regression test cases.

Fixes #152543.

(cherry picked from commit 7ae1424286203e37f6238e9349b1bfbe873ebabf)
2025-08-11 14:10:52 +02:00
..