fmt/include/fmt
Daniela Engert 312f1133f4
change signature of 'grisu2_prettify' (#955)
grisu2_prettify(..,ptrdiff_t,..,..) -> grisu2_prettify(..,size_t,..,..) because the second parameter is called only with arguments of types 'unsigned int' or 'size_t'. This squashes compiler warnings when compiled for 32 bit targets where 'size_t' may have the same size as 'int' and different implicit conversion/promotion rules apply.

While at it, remove an obsolete warning suppression.
2018-12-02 07:53:18 +01:00
..
color.h Fix colored print 2018-10-25 17:18:46 -07:00
core.h Make return type of basic_format_args::max_size() consistent. 2018-12-01 17:07:21 -08:00
format-inl.h change signature of 'grisu2_prettify' (#955) 2018-12-02 07:53:18 +01:00
format.h Clean up bit fiddling for argument packing 2018-11-30 17:04:49 -08:00
locale.h More locale support 2018-11-14 16:25:49 -08:00
ostream.h Improve locale support 2018-11-14 12:07:39 -08:00
posix.h Remove FMT_DTOR_NOEXCEPT 2018-09-22 18:51:32 -07:00
printf.h add make_printf_args and make_wprintf_args functions (#934) 2018-11-22 13:57:07 -08:00
ranges.h prevent ""fmt/range.h"" from specializing fmt::basic_string_view (#865) 2018-09-19 20:13:05 -07:00
time.h More time formatting 2018-11-30 20:12:01 -08:00