mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 20:17:20 +02:00
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:
|
error_info:
|
||||||
public exception_detail::error_info_base
|
public exception_detail::error_info_base
|
||||||
{
|
{
|
||||||
error_info_base *
|
exception_detail::error_info_base *
|
||||||
clone() const
|
clone() const
|
||||||
{
|
{
|
||||||
return new error_info<Tag,T>(*this);
|
return new error_info<Tag,T>(*this);
|
||||||
|
Reference in New Issue
Block a user