forked from boostorg/exception
tabs removed, added protected inline dtors.
[SVN r45042]
This commit is contained in:
@ -31,6 +31,12 @@ boost
|
||||
|
||||
virtual void add_ref() const=0;
|
||||
virtual void release() const=0;
|
||||
|
||||
protected:
|
||||
|
||||
~counted_base() throw()
|
||||
{
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user