[libcxx-commits] [libcxx] [libcxx] fix mi_mode_test failure with libc++-21 (PR #153969)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 21 01:58:51 PDT 2025


philnik777 wrote:

> But the container is a `std::unordered_map`, so the order is undefined and depends on implementation. I suppose it could technically depend on the platform as well.

We're testing a pretty printer for libc++. How would that ever not be libc++-specific? I don't think the order changes depending on the platform for us, so that's not a problem.

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


More information about the libcxx-commits mailing list