You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried calling fmt::format in a constexpr context (static_assert) and found that it doesn't work. Since C++20 has constexpr support for std::string, it should also be possible to add constexpr support to fmt::format.