fmtlegacy/include/fmt
Alexey Ochapov 1651b2d433
Fix detail::write with fallback formatter (#1829)
* add support for fallback_formatter in detail::write

* add ToString test into OStreamTest

to check fmt::to_string() with class that has output stream operator

* add WithOstreamOperator test into CompileTest

to check fmt::format() with FMT_COMPILE() and class that has output stream operator

* use conditional_t inside detail::write instead of 2 overloads

* Revert "add WithOstreamOperator test into CompileTest"

* remove Context from template parameters in detail::write
2020-08-20 06:41:09 -07:00
..
chrono.h Add missing includes 2020-08-19 20:33:04 -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 Fixing buffer_appender's ++ slicing (#1822) 2020-08-18 12:37:56 -07:00
format-inl.h Workaround a bug in gcc10 (#1810) 2020-08-10 07:20:34 -07:00
format.h Fix detail::write with fallback formatter (#1829) 2020-08-20 06:41:09 -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 Add missing includes 2020-08-19 20:33:04 -07:00
ranges.h Adding sentinel support to fmt::join(). (#1689) 2020-05-18 06:31:01 -07:00