From 72b43900916fea5625797a21d0db3ec64db31909 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Tue, 26 Oct 2004 21:41:00 +0000 Subject: [PATCH] regex_finder and regex_fomatter pulled to the boost namespace [SVN r25877] --- include/boost/algorithm/string/regex_find_format.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/boost/algorithm/string/regex_find_format.hpp b/include/boost/algorithm/string/regex_find_format.hpp index 4d667d7..ea30f6d 100644 --- a/include/boost/algorithm/string/regex_find_format.hpp +++ b/include/boost/algorithm/string/regex_find_format.hpp @@ -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