Normalize include guard in catch_config_ucnaught_exceptions.hpp

This commit is contained in:
Martin Hořeňovský 2020-11-06 18:01:27 +01:00
parent dd5652933a
commit f97436a1f7
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
* in C++17, we want to use `std::uncaught_exceptions` if possible.
*/
#ifndef CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP
#define CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP
#ifndef CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED
#define CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED
#if defined(_MSC_VER)
# if _MSC_VER >= 1900 // Visual Studio 2015 or newer
@ -41,4 +41,4 @@
#endif
#endif // CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP
#endif // CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED