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.
modernize-use-emplace
1 parent e6a6e24 commit dbee455Copy full SHA for dbee455
test/testcppcheck.cpp
@@ -181,7 +181,7 @@ class TestCppcheck : public TestFixture {
181
if (tools)
182
{
183
addons.emplace("testcppcheck");
184
- addonInfo.emplace_back(AddonInfo());
+ addonInfo.emplace_back(/*AddonInfo()*/);
185
}
186
const auto s = dinit(Settings,
187
$.templateFormat = templateFormat,
@@ -266,7 +266,7 @@ class TestCppcheck : public TestFixture {
266
267
268
269
270
271
272
0 commit comments