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.
1 parent 73634b6 commit 177713fCopy full SHA for 177713f
tests/constructor_stats.h
@@ -180,7 +180,7 @@ class ConstructorStats {
180
}
181
182
183
- catch (std::out_of_range) {}
+ catch (const std::out_of_range &) {}
184
if (!t1) throw std::runtime_error("Unknown class passed to ConstructorStats::get()");
185
auto &cs1 = get(*t1);
186
// If we have both a t1 and t2 match, one is probably the trampoline class; return whichever
0 commit comments