ENH: Add rudamentary mathematical expression support

This commit is contained in:
Andy Cedilnik
2005-10-17 16:42:47 -04:00
parent 427ed70363
commit 985d092d4d
13 changed files with 4425 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ bool cmStringCommand::InitialPass(std::vector<std::string> const& args)
return false;
}
std::string subCommand = args[0];
const std::string &subCommand = args[0];
if(subCommand == "REGEX")
{
return this->HandleRegexCommand(args);