Oops, get the namespace right.

[SVN r37111]
This commit is contained in:
John Maddock
2007-02-28 10:08:29 +00:00
parent 6b3c033e8d
commit 6515861db5

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{