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
..
2022-02-05 10:44:34 -08:00
2022-05-29 15:39:08 -07:00
2022-06-09 17:03:33 -07:00
2022-06-11 12:31:33 -07:00
2022-05-31 13:53:15 -07:00
2022-05-22 07:10:09 -07:00
2022-06-25 08:33:57 -07:00
2022-05-29 22:51:31 -07:00
2022-06-25 08:52:10 -07:00