Let's say I want to throw an error with a message likeabc%20def. When I use
I see the following issue
Error: format string "abc%20def": conversion specifier "%20d" at character 4 has no matching argument (too few arguments passed)
In my opinion, when there are no formatting parameters, then the library shouldn't try to format the message. It should use the message as it is.
Verified in version 1.10.1
Let's say I want to throw an error with a message like
abc%20def. When I useI see the following issue
In my opinion, when there are no formatting parameters, then the library shouldn't try to format the message. It should use the message as it is.
Verified in version 1.10.1