astyle formatting
This commit is contained in:
parent
07a1222ac6
commit
c299d02dba
|
@ -1594,7 +1594,7 @@ void Preprocessor::simplifyCondition(const std::map<std::string, std::string> &c
|
|||
|
||||
bool Preprocessor::match_cfg_def(const std::map<std::string, std::string> &cfg, std::string def)
|
||||
{
|
||||
/*
|
||||
/*
|
||||
std::cout << "cfg: \"";
|
||||
for (std::map<std::string, std::string>::const_iterator it = cfg.begin(); it != cfg.end(); ++it)
|
||||
{
|
||||
|
@ -1605,7 +1605,7 @@ bool Preprocessor::match_cfg_def(const std::map<std::string, std::string> &cfg,
|
|||
}
|
||||
std::cout << "\" ";
|
||||
std::cout << "def: \"" << def << "\"\n";
|
||||
*/
|
||||
*/
|
||||
|
||||
simplifyCondition(cfg, def, true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue