| Issue | 128673 |
|---|---|
| Summary | [libc++] P3372R3: constexpr `flat_map` |
| Labels | libc++, c++26 |
| Assignees | |
| Reporter | frederick-vs-ja |
Make `flat_map` constexpr as part of P3372R3.Feature-test macro (also covers constexpr `flat_multimap`): ```C++ #define __cpp_lib_constexpr_flat_map 202502L // also in <flat_map> ```
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
