Giel van Schijndel f76603f21e
fix: make std::bitset formattable again (#3660)
* fix: make std::bitset formattable again

It used to be formattable via operator<<(ostream&) implicitly. Make it
formattable again, but this time via formatter specialization.

* fix: make nested_formatter constexpr default constructible
2023-10-03 09:53:47 -07:00
..
args.h Update docs 2023-06-13 18:58:15 +03:00
chrono.h fix redundant redeclaration of ‘constexpr’ static data member (#3630) 2023-09-08 16:20:32 -07:00
color.h Mark styled_arg as a view to prevent lifetime issues 2023-09-09 08:16:45 -07:00
compile.h Optimize compiled format_to_n 2023-07-20 12:35:01 -07:00
core.h Implement nested formatter 2023-09-18 14:21:21 -07:00
format-inl.h Add an option to avoid wchar APIs on Windows (#3636) 2023-09-17 08:49:51 -07:00
format.h fix: make std::bitset formattable again (#3660) 2023-10-03 09:53:47 -07:00
os.h Remove FMT_*_DETAIL_NAMESPACE 2023-05-28 07:33:26 -07:00
ostream.h Remove an ostream hack incompatible with libc++ 17 2023-09-26 12:42:37 -07:00
printf.h Diagnose unsupported code unit types 2023-10-01 08:37:21 -07:00
ranges.h Merge the copyright comment since there are many contributors 2023-09-04 06:54:07 -07:00
std.h fix: make std::bitset formattable again (#3660) 2023-10-03 09:53:47 -07:00
xchar.h Cleanup xchar API 2023-05-12 07:05:14 -07:00