Files
fmt/include/fmt
Justin Riddell 8e728044f6 Fix format_as for non-const begin/end views (#3955)
base::format does not accept rvalues, using the result of format_as
directly means it is passed one. Doesn't matter for ranges with a const
begin and end, but filter_view caches, so it only has mutable begin/end.
Use auto&& to avoid copy if format_as returns const ref
2024-05-13 09:35:55 -07:00
..
2024-05-12 09:34:17 -07:00
2024-05-11 19:43:46 -07:00
2024-01-31 18:30:23 -08:00
2024-01-10 06:57:22 -08:00
2024-05-12 09:34:17 -07:00
2024-05-12 09:34:17 -07:00
2024-05-11 19:43:46 -07:00
2024-05-09 17:26:26 -07:00
2024-05-11 18:58:40 -07:00