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 wrote a format function for the logging that is a lean, slimmed down version of std::format which leans on operator<< to convert things. It needs tests.
I wrote a
formatfunction for the logging that is a lean, slimmed down version ofstd::formatwhich leans onoperator<<to convert things. It needs tests.