forked from boostorg/exception
minor type_info.hpp change
[SVN r48642]
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user