mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-10 02:36:53 +08:00
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. |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| basic-bootstrap | ||
| bootstrap | ||
| api.rst | ||
| build.py | ||
| CMakeLists.txt | ||
| conf.py | ||
| contents.rst | ||
| fmt.less | ||
| index.rst | ||
| python-license.txt | ||
| syntax.rst | ||
| usage.rst | ||