We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edbaa0 commit 5bd6a0cCopy full SHA for 5bd6a0c
cpp/minja/chat-template.hpp
@@ -99,7 +99,7 @@ class chat_template {
99
// fprintf(stderr, "try_raw_render: %s\n", prompt.c_str());
100
return prompt;
101
} catch (const std::exception & e) {
102
- (void)e; // Suppress unused variable warning in MSVC builds.
+ (void)e; // Suppress unused variable warning in MSVC builds.
103
// fprintf(stderr, "try_raw_render error: %s\n", e.what());
104
return "";
105
}
0 commit comments