From 0695d9cb5fb8670a7b7ea3b46d6be535d1fc279e Mon Sep 17 00:00:00 2001 From: ArnaudBienner Date: Sun, 22 Nov 2020 20:54:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README=20example:=20Add=20{:a}?= =?UTF-8?q?=20format=20flag=20to=20bin=5Fto=5Fhex=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add {:a} format flag to bin_to_hex example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d849eb2..7a5fac86 100644 --- a/README.md +++ b/README.md @@ -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"