diff --git a/include/boost/exception/detail/exception_ptr_base.hpp b/include/boost/exception/detail/exception_ptr_base.hpp index 1a17ff2..d261c18 100644 --- a/include/boost/exception/detail/exception_ptr_base.hpp +++ b/include/boost/exception/detail/exception_ptr_base.hpp @@ -9,18 +9,18 @@ namespace boost { - namespace - exception_detail - { - class - exception_ptr_base - { - public: + namespace + exception_detail + { + class + exception_ptr_base + { + public: - virtual void _rethrow() const=0; - virtual bool _empty() const=0; - }; - } + virtual void _rethrow() const=0; + virtual bool _empty() const=0; + }; + } } #endif