Adding this line to my code bloats the binary size by 300kB (-O0) and 270kB (-Os):
auto str = std::format("{}", value);
Is this really how it is supposed to be?