Merge branch '0.7.x'

This commit is contained in:
Andrzej Rybczak
2016-08-17 17:39:49 +02:00
7 changed files with 47 additions and 11 deletions

View File

@@ -596,7 +596,7 @@ bool Configuration::read(const std::vector<std::string> &config_paths, bool igno
else
throw std::runtime_error("invalid argument: " + v);
regex_type |= boost::regex::icase;
}, defaults_to(regex_type, boost::regex::basic | boost::regex::icase)
}, defaults_to(regex_type, boost::regex::perl | boost::regex::icase)
));
p.add("ignore_leading_the", yes_no(
ignore_leading_the, false