1 parent 8b07b89 commit 39b1b2cCopy full SHA for 39b1b2c
1 file changed
docs/code-quality/c26441.md
@@ -33,7 +33,7 @@ void print_diagnostic(std::string_view text)
33
auto stream = get_diagnostic_stream();
34
if (stream)
35
{
36
- std::lock_guard<std::mutex>{ diagnostic_mutex_ };
+ std::lock_guard<std::mutex>{ diagnostic_mutex_ }; // C26441
37
write_line(stream, text);
38
}
39
0 commit comments