mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 12:57:26 +02:00
Added missing include guards.
This commit is contained in:
@ -16,6 +16,9 @@
|
|||||||
* https://github.com/panaseleus/stack_unwinding/blob/master/boost/exception/uncaught_exception_count.hpp
|
* https://github.com/panaseleus/stack_unwinding/blob/master/boost/exception/uncaught_exception_count.hpp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef BOOST_CORE_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED_
|
||||||
|
#define BOOST_CORE_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED_
|
||||||
|
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
@ -91,3 +94,5 @@ inline unsigned int uncaught_exceptions() BOOST_NOEXCEPT
|
|||||||
} // namespace core
|
} // namespace core
|
||||||
|
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
|
#endif // BOOST_CORE_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED_
|
||||||
|
Reference in New Issue
Block a user