fmt/include/fmt
lucpelletier 7812813a32
Don't explicitly delete copy ctor of dynamic_format_arg_store (#2664)
* Don't explicitly delete copy ctor of dynamic_format_arg_store

Explicitly deleting the copy ctor causes the move constructor to not be
implicitly generated. This behaviour is different than what was in
v8.0.1 and causes code that relied on the move ctor of
dynamic_format_arg_store to break.

* Add test for dynamic_format_arg_store's move ctor

* include <memory>, don't use make_unique
2021-12-23 11:34:16 -08:00
..
args.h Don't explicitly delete copy ctor of dynamic_format_arg_store (#2664) 2021-12-23 11:34:16 -08:00
chrono.h Fix an overflow when formatting very large durations 2021-12-23 10:34:32 -08:00
color.h Add faint, blink, reverse and conceal to the emphases (#2394) 2021-07-02 20:03:55 -07:00
compile.h fix: check to make sure both 'if constexpr' and return type deduction are available 2021-10-14 10:44:24 -07:00
core.h Remove two expressions which had no effect (reported by LGTM) 2021-12-22 16:29:16 -08:00
format-inl.h fix throw with exceptions disabled (#2647) 2021-12-17 13:44:36 -08:00
format.h deprecate _format UDL in code using FMT_DEPRECATED 2021-12-18 08:33:20 -08:00
locale.h wchar.h -> xchar.h because it handles other code unit types too 2021-05-29 09:37:17 -07:00
os.h Reformat all source code; no functional changes 2021-11-25 09:15:25 -08:00
ostream.h Disable is_streamable for string[_view] 2021-12-09 10:02:18 -08:00
printf.h Refactor presentation types 2021-09-06 13:32:33 -07:00
ranges.h Add a set formatter 2021-12-18 07:35:40 -08:00
xchar.h Qualify calls to make_wformat_args. Fixes #2639. (#2641) 2021-12-10 06:36:42 -08:00