minor type_info.hpp change

[SVN r48642]
This commit is contained in:
Emil Dotchevski
2008-09-07 00:05:00 +00:00
parent c37744a228
commit b5fc84025b
2 changed files with 15 additions and 6 deletions

View File

@ -36,7 +36,7 @@ boost
error_info<Tag,T>::
tag_typeid_name() const
{
return type_name<Tag>();
return tag_type_name<Tag>();
}
template <class Tag,class T>