mirror of
https://github.com/boostorg/exception.git
synced 2025-07-30 20:47:18 +02:00
Merge pull request #11 from danieljames/fix-visual-c-7.1
Fully qualify error_info_base for Visual C++ 7.1
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