Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* eliminate one case where basic_print_context would copy a string into a fmt::basic_memory_buffer character by character instead of using fmt::basic_memory_buffer::append * use detail::write instead of re-implementing it * use to_unsigned to avoid signedness conversion warnings
- Loading branch information