-
Is there any way to have a compile time warning when too many |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Example: spdlog::debug(FMT_STRING("{} this is my log {}"), "a"); Related #1510 |
Beta Was this translation helpful? Give feedback.
The
FMT_STRING
macro is provided by fmt library (see https://fmt.dev/latest/index.html#safety).This feature implemented by #1574.
Example:
Related #1510