mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 22:00:17 +01:00
This implements in-place formatting for small hex numbers instead of using snprintf with the associated portability scaffolding. This also removes the need for #include <cstdio>.