[libcxx-commits] [libcxx] [libc++] Refactor key extraction for __hash_table and __tree (PR #154512)

Michael Buch via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 26 14:36:43 PDT 2025


Michael137 wrote:

> TBH I'm not sure why these lambdas don't get hidden. I thought we just hide everything in the __1 namespace..

Ahh nvm we only hide things that start with `__` in the `__1` namespace. And since the `operator()` doesn't start with a `__`, it's not hidden. We should probably adjust the regex to account for this.

https://github.com/llvm/llvm-project/pull/154512


More information about the libcxx-commits mailing list