llvm-project
7ae14242 - [libc++] Fix uses of non-empty transparent comparator in `<map>` (#152624)

Commit
90 days ago
[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.
Parents
Loading