mirror of
https://github.com/boostorg/exception.git
synced 2025-07-17 14:32:05 +02:00
Added protected destructor to the base type error_info_base
[SVN r44781]
This commit is contained in:
@ -36,6 +36,12 @@ boost
|
|||||||
|
|
||||||
virtual std::type_info const & tag_typeid() const = 0;
|
virtual std::type_info const & tag_typeid() const = 0;
|
||||||
virtual std::string value_as_string() const = 0;
|
virtual std::string value_as_string() const = 0;
|
||||||
|
|
||||||
|
protected:
|
||||||
|
|
||||||
|
~error_info_base()
|
||||||
|
{
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user