Make `set` constexpr as part of P3372R3. Feature-test macro (also covers constexpr `multiset`): ```C++ #define __cpp_lib_constexpr_set 202502L // also in <set> ```