From 6515861db5d916a393421526d8e10eb0749124fe Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 28 Feb 2007 10:08:29 +0000 Subject: [PATCH] Oops, get the namespace right. [SVN r37111] --- include/boost/regex/concepts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/concepts.hpp b/include/boost/regex/concepts.hpp index 22cea2c5..d9005463 100644 --- a/include/boost/regex/concepts.hpp +++ b/include/boost/regex/concepts.hpp @@ -73,7 +73,7 @@ namespace std{ // The intent is that this template is not instantiated, // but this typedef gives us a chance of compilation in // case it is: - typedef char_architype char_type; + typedef boost::char_architype char_type; }; } namespace boost{