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-01-09 19:36:12 -08:00
2024-01-09 19:36:12 -08:00
2024-01-09 19:36:12 -08:00
2024-01-19 16:13:43 -08:00
2024-01-09 19:36:12 -08:00
2024-03-10 08:19:26 -07:00
2024-01-14 06:44:38 -08:00
2024-01-14 06:44:38 -08:00
2024-01-01 15:55:37 -08:00
2024-01-01 15:55:37 -08:00
2024-01-09 19:36:12 -08:00
2023-05-03 07:56:24 -07:00
2024-01-09 19:36:12 -08:00
2024-03-06 06:37:57 -08:00
2024-01-14 06:44:38 -08:00
2024-01-14 06:44:38 -08:00
2023-12-30 16:07:35 -08:00
2024-01-14 06:44:38 -08:00
2024-02-10 08:10:59 -08:00
2024-03-10 10:27:42 -07:00
2024-05-11 19:43:46 -07:00
2024-01-01 15:55:37 -08:00
2023-12-19 13:46:48 -08:00