forgotten "using" added

regex_finder and regex_formatter pulled to the boost namespace


[SVN r25878]
This commit is contained in:
Pavol Droba
2004-10-26 21:45:49 +00:00
parent 322c1f2900
commit f2fa1d3b7a

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