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
We're (seastar, scylla) switching from boost::format to libfmt; but many of our format strings have %s for numeric arguments; this is handled by boost.
Could fmtlib be changed to tolerate %s for numeric arguments?
Activity