Make `map` constexpr as part of P3372R3. Note that `node-handle::key()` is intentionally left not constexpr. Feature-test macro (also covers constexpr `multimap`): ```C++ #define __cpp_lib_constexpr_map 202502L // also in <map> ```