fmt/include/fmt
medithe 1c8bb54703
small changes to reduce clang-9 warnings (#1808)
* include/fmt/format.h: int_writer: removed unnecessary iterator type re-declaration (prevents shadow-waringing in clang)

* include/fmt/format.h: int_writer: correctly cast signed integer to unsigned to prevent 'implicit conversion changes signedness'-warnings in clang.

Co-authored-by: Martin Wührer <martin.wuehrer@artech.at>
2020-08-13 11:56:03 -07:00
..
chrono.h Reuse format_decimal 2020-06-14 07:42:52 -07:00
color.h Improve docs 2020-07-20 07:56:20 -07:00
compile.h fix: warning C4100: unreferenced formal parameter (#1814) 2020-08-12 06:57:22 -07:00
core.h Add dynamic width support to FMT_COMPILE (#1809) 2020-08-10 09:40:11 -07:00
format-inl.h Workaround a bug in gcc10 (#1810) 2020-08-10 07:20:34 -07:00
format.h small changes to reduce clang-9 warnings (#1808) 2020-08-13 11:56:03 -07:00
locale.h Move make_args_checked to the public API 2020-07-19 10:23:46 -07:00
os.h Tweak buffer size 2020-08-05 08:22:12 -07:00
ostream.h Move make_args_checked to the public API 2020-07-19 10:23:46 -07:00
posix.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00
printf.h Double buffering no more 2020-07-10 20:35:14 -07:00
ranges.h Adding sentinel support to fmt::join(). (#1689) 2020-05-18 06:31:01 -07:00