From f2fa1d3b7a3717351573616c1b21befdd7853aa2 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Tue, 26 Oct 2004 21:45:49 +0000 Subject: [PATCH] forgotten "using" added regex_finder and regex_formatter pulled to the boost namespace [SVN r25878] --- 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