We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da30f1 + 88a82da commit 06e4752Copy full SHA for 06e4752
test/server.cpp
@@ -95,7 +95,7 @@ class TestServer {
95
};
96
97
void dirty_notification() { throw std::exception(); }
98
- int dirty_method(int a, int b) { to_string(a+b); throw std::exception(); }
+ int dirty_method(int a, int b) { auto _ = to_string(a+b); throw std::exception(); }
99
int dirty_method2(int a, int b) { throw (a+b); }
100
101
string param_proc;
0 commit comments