Cppfront 0.7.1 (Jul 10, 2024), new things include: Added .. non-UFCS members-only call syntax Allow x: const = init; and x: * = init; (const and pointer deduction without explicit _ placeholder) Allow concatenated string literals Faster compile time when doing heavy reflection and code generation Added -quiet and -cwd Cppfront 0.7.2 (Jul 27, 2024), new things include: Added range operators ...