Unverified Commit fd5562ee authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1744 from ArnaudBienner/ArnaudBienner-readme-patch

📝 README example: Add {:a} format flag to bin_to_hex example
parents 456b2413 0695d9cb
......@@ -188,6 +188,7 @@ void stopwatch_example()
// {:s} - don't separate each byte with space.
// {:p} - don't print the position on each line start.
// {:n} - don't split the output to lines.
// {:a} - show ASCII if :n is not set.
#include "spdlog/fmt/bin_to_hex.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment