We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57349f commit aff0232Copy full SHA for aff0232
example/efp_logger_example.cpp
@@ -34,6 +34,7 @@ int main() {
34
// const auto a_1000 = std::string(1000, 'a');
35
// info("This is a info message with a 1000 char string: {}", a_1000);
36
// info("Does it support Korean? {}", "한글도 되나요?");
37
+ info("This is a info message with a empty string: {}", std::string(""));
38
39
return 0;
40
}
0 commit comments