contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.37k stars 102 forks source link

Fix fmt compilation. #1352

Closed Yaraslaut closed 8 months ago

Yaraslaut commented 8 months ago

from fmt release page :
https://github.com/fmtlib/fmt/releases/tag/10.1.0

Disallowed passing temporaries to make_format_args to improve API safety by preventing dangling references.

closes https://github.com/contour-terminal/contour/issues/1350