fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
19.9k stars 2.43k forks source link

Added FMT_IMPORT_STD feature macro #3928

Closed matt77hias closed 3 months ago

matt77hias commented 3 months ago

How to use? Add #define FMT_IMPORT_STD underneath module; in fmt.cc.

vitaut commented 3 months ago

Merged, thanks!