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
fmtlib/fmt: A modern formatting library [modern C++ string formatting library alternative to printf(), fprintf(), iostream, etc.; made by Victor Zverovich (https://github.com/vitaut), also the author of C++20's std::format. #include <fmt/core.h>, fmt::print(); ex: std::cout << fmt::format(FMT_STRING("hello {}; var = {}"), "world", var);]
The text was updated successfully, but these errors were encountered:
https://github.com/fmtlib/fmt
My notes from my Chrome bookmark to it:
The text was updated successfully, but these errors were encountered: