Files
fmt/doc
jehelset 6a775e9560 Add support for 'std::variant' in C++17 (#2941)
Add support for 'std::variant' in C++17.

For C++17, if all the alternatives of a variant are formattable
the variant is now also formattable. In addition 'std::monostate'
is now formattable.

Moves implementation into 'std.h', and tests into 'std-test.cc'.

Avoid fold-expression since MSVC was crashing.

Add section for 'fmt/std.h' in API-docs.
2022-06-26 07:28:01 -07:00
..
2015-05-19 08:13:13 -07:00
2020-05-18 10:26:22 -07:00
2022-06-25 08:52:10 -07:00
2018-03-04 10:11:44 -08:00
2015-05-19 08:13:13 -07:00
2021-06-18 12:51:48 -07:00
2020-12-09 08:04:58 -08:00