forked from boostorg/exception
tabs removed, added protected inline dtors.
[SVN r45042]
This commit is contained in:
@ -37,11 +37,11 @@ boost
|
||||
virtual std::type_info const & tag_typeid() const = 0;
|
||||
virtual std::string value_as_string() const = 0;
|
||||
|
||||
protected:
|
||||
protected:
|
||||
|
||||
~error_info_base()
|
||||
{
|
||||
}
|
||||
~error_info_base()
|
||||
{
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user