regex_finder and regex_fomatter pulled to the boost namespace

[SVN r25877]
This commit is contained in:
Pavol Droba
2004-10-26 21:41:00 +00:00
parent 77ae41a18a
commit 72b4390091

View File

@ -78,6 +78,11 @@ namespace boost {
}
} // namespace algorithm
// pull the names to the boost namespace
using algorithm::regex_finder;
using algorithm::regex_formatter;
} // namespace boost