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 use the fmt::color:: terminal color features in fmt so that would need a replacement
time to compile the C++ code is a priority for us, and the std::format has worse compile times than libfmt when I've tried. We also use it in practically every source file so small improvements add up here.
Not bundling GTest is possible, but then how do we obtain it for CI? For devs on Windows? (vcpkg I guess is the obvious way.)
if you're wanting to avoid bundled libs, we could avoid downloading GTest if DISABLE_TESTS is set.
std::format
std::formatter<std::filesystem::path>
The text was updated successfully, but these errors were encountered: