Issue 128661
Summary [libc++] P3372R3: constexpr `multimap`
Labels libc++, c++26
Assignees
Reporter frederick-vs-ja
    Make `multimap` constexpr as part of P3372R3.

Note that `node-handle::key()` is intentionally left not constexpr.

Feature-test macro (also covers constexpr `map`):
```C++
#define __cpp_lib_constexpr_map 202502L // also in <map>
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to