forked from boostorg/exception
Fully qualify error_info_base for Visual C++ 7.1
Test are failing on Visual C++ 7.1, I think because it's not importing error_info_base into the class' namespace, so hopefully this will fix it. I don't have access to the compiler, so I'm not sure.
This commit is contained in:
@ -46,7 +46,7 @@ boost
|
||||
error_info:
|
||||
public exception_detail::error_info_base
|
||||
{
|
||||
error_info_base *
|
||||
exception_detail::error_info_base *
|
||||
clone() const
|
||||
{
|
||||
return new error_info<Tag,T>(*this);
|
||||
|
Reference in New Issue
Block a user