We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4231529 commit 7e8325cCopy full SHA for 7e8325c
1 file changed
test/testpreprocessor.cpp
@@ -132,6 +132,7 @@ class TestPreprocessor : public TestFixture {
132
133
std::map<std::string, std::string> cfgcode;
134
if (cfgs.empty()) {
135
+ cfgs.push_back("");
136
std::set<std::string> configDefines = { "__cplusplus" };
137
preprocessor.getConfigs(filename, tokens, configDefines, cfgs);
138
}
0 commit comments