mirror of
https://github.com/boostorg/build.git
synced 2026-02-22 03:12:16 +00:00
This adds `errno_puts` and `errno_printf` output functions that read and output `errno` value and description in common format and through common output channels. This also replaces direct uses of `perror` to use the output functions. fixes #53