[libcxx-commits] [libcxx] [libc++] constexpr flat_multiset (PR #161016)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Oct 11 06:27:20 PDT 2025
huixie90 wrote:
> It's probably the time to set the `__cpp_lib_constexpr_flat_set` FTM (to `202502L`).
Good spot! Added FTM now. I also noticed that I did not add the FTM when I `constexpr`ise the `flat_{,multi}map` and added it as well in this patch
https://github.com/llvm/llvm-project/pull/161016
More information about the libcxx-commits
mailing list