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:
Daniel James
2018-04-07 14:58:25 +01:00
parent 50899b8f1b
commit 2a2557b903

View File

@ -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);