Skip to content

Commit f29cc98

Browse files
committed
Fix clang-tidy issue
1 parent 9ad9144 commit f29cc98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testpreprocessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class TestPreprocessor : public TestFixture {
132132

133133
std::map<std::string, std::string> cfgcode;
134134
if (cfgs.empty()) {
135-
cfgs.push_back("");
135+
cfgs.emplace_back("");
136136
std::set<std::string> configDefines = { "__cplusplus" };
137137
preprocessor.getConfigs(filename, tokens, configDefines, cfgs);
138138
}

0 commit comments

Comments
 (0)