forked from boostorg/exception
Fixed almost all tab and min/max issues found by inspect tool
[SVN r53142]
This commit is contained in:
@ -9,18 +9,18 @@
|
|||||||
namespace
|
namespace
|
||||||
boost
|
boost
|
||||||
{
|
{
|
||||||
namespace
|
namespace
|
||||||
exception_detail
|
exception_detail
|
||||||
{
|
{
|
||||||
class
|
class
|
||||||
exception_ptr_base
|
exception_ptr_base
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
virtual void _rethrow() const=0;
|
virtual void _rethrow() const=0;
|
||||||
virtual bool _empty() const=0;
|
virtual bool _empty() const=0;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user