Oops, get the namespace right.

[SVN r37111]
This commit is contained in:
John Maddock
2007-02-28 10:08:29 +00:00
parent 2ebe6d4ec7
commit 7ac90de75a

View File

@ -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{