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
Would it be possible to provide a fmt::format_to overload which accepts all fmt::basic_memory_writer's, and not just the particular fmt::memory_writer typedef?
Thanks for all the hard work. We are using the library successfully in a medium sized open source project, both as a modern formatting library, as well as a replacement for legacy printf code.
The text was updated successfully, but these errors were encountered:
Would it be possible to provide a fmt::format_to overload which accepts all fmt::basic_memory_writer's, and not just the particular fmt::memory_writer typedef?
Thanks for all the hard work. We are using the library successfully in a medium sized open source project, both as a modern formatting library, as well as a replacement for legacy printf code.
I tried to port my existing ArrayWriter code to the new fmt::basic_memory_writer in Release 5.0.0.
Example which does not work:
What does work:
Would it be possible to provide a fmt::format_to overload which accepts all fmt::basic_memory_writer's, and not just the particular fmt::memory_writer typedef?
Thanks for all the hard work. We are using the library successfully in a medium sized open source project, both as a modern formatting library, as well as a replacement for legacy printf code.
The text was updated successfully, but these errors were encountered: