From 8e61e8e9fd0fb185ed5ce6beaf07916108f8a643 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sat, 21 Dec 2019 14:15:17 -0800 Subject: [PATCH] #include guards prefixed with BOOST_EXCEPTION_ --- include/boost/exception/all.hpp | 4 ++-- include/boost/exception/current_exception_cast.hpp | 4 ++-- include/boost/exception/detail/clone_current_exception.hpp | 4 ++-- include/boost/exception/detail/error_info_impl.hpp | 4 ++-- include/boost/exception/detail/exception_ptr.hpp | 4 ++-- include/boost/exception/detail/is_output_streamable.hpp | 4 ++-- include/boost/exception/detail/object_hex_dump.hpp | 4 ++-- include/boost/exception/detail/shared_ptr.hpp | 4 ++-- include/boost/exception/detail/type_info.hpp | 4 ++-- include/boost/exception/diagnostic_information.hpp | 4 ++-- include/boost/exception/enable_current_exception.hpp | 4 ++-- include/boost/exception/enable_error_info.hpp | 4 ++-- include/boost/exception/errinfo_api_function.hpp | 4 ++-- include/boost/exception/errinfo_at_line.hpp | 4 ++-- include/boost/exception/errinfo_errno.hpp | 4 ++-- include/boost/exception/errinfo_file_handle.hpp | 4 ++-- include/boost/exception/errinfo_file_name.hpp | 4 ++-- include/boost/exception/errinfo_file_open_mode.hpp | 4 ++-- include/boost/exception/errinfo_nested_exception.hpp | 4 ++-- include/boost/exception/errinfo_type_info_name.hpp | 4 ++-- include/boost/exception/error_info.hpp | 4 ++-- include/boost/exception/get_error_info.hpp | 4 ++-- include/boost/exception/info.hpp | 4 ++-- include/boost/exception/info_tuple.hpp | 4 ++-- include/boost/exception/to_string.hpp | 4 ++-- include/boost/exception/to_string_stub.hpp | 4 ++-- include/boost/exception_ptr.hpp | 4 ++-- test/helper1.hpp | 4 ++-- test/helper2.hpp | 4 ++-- 29 files changed, 58 insertions(+), 58 deletions(-) diff --git a/include/boost/exception/all.hpp b/include/boost/exception/all.hpp index 58b02d0..3272316 100644 --- a/include/boost/exception/all.hpp +++ b/include/boost/exception/all.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_316FDA946C0D11DEA9CBAE5255D89593 -#define UUID_316FDA946C0D11DEA9CBAE5255D89593 +#ifndef BOOST_EXCEPTION_316FDA946C0D11DEA9CBAE5255D89593 +#define BOOST_EXCEPTION_316FDA946C0D11DEA9CBAE5255D89593 #include #include diff --git a/include/boost/exception/current_exception_cast.hpp b/include/boost/exception/current_exception_cast.hpp index 5d81f00..29c9de6 100644 --- a/include/boost/exception/current_exception_cast.hpp +++ b/include/boost/exception/current_exception_cast.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_7E83C166200811DE885E826156D89593 -#define UUID_7E83C166200811DE885E826156D89593 +#ifndef BOOST_EXCEPTION_7E83C166200811DE885E826156D89593 +#define BOOST_EXCEPTION_7E83C166200811DE885E826156D89593 #if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS) #pragma GCC system_header #endif diff --git a/include/boost/exception/detail/clone_current_exception.hpp b/include/boost/exception/detail/clone_current_exception.hpp index 6fc1374..2bdd19a 100644 --- a/include/boost/exception/detail/clone_current_exception.hpp +++ b/include/boost/exception/detail/clone_current_exception.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_81522C0EB56511DFAB613DB0DFD72085 -#define UUID_81522C0EB56511DFAB613DB0DFD72085 +#ifndef BOOST_EXCEPTION_81522C0EB56511DFAB613DB0DFD72085 +#define BOOST_EXCEPTION_81522C0EB56511DFAB613DB0DFD72085 #if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS) #pragma GCC system_header #endif diff --git a/include/boost/exception/detail/error_info_impl.hpp b/include/boost/exception/detail/error_info_impl.hpp index bef7fd8..09697a5 100644 --- a/include/boost/exception/detail/error_info_impl.hpp +++ b/include/boost/exception/detail/error_info_impl.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_CE6983AC753411DDA764247956D89593 -#define UUID_CE6983AC753411DDA764247956D89593 +#ifndef BOOST_EXCEPTION_CE6983AC753411DDA764247956D89593 +#define BOOST_EXCEPTION_CE6983AC753411DDA764247956D89593 #include #ifndef BOOST_NO_CXX11_RVALUE_REFERENCES diff --git a/include/boost/exception/detail/exception_ptr.hpp b/include/boost/exception/detail/exception_ptr.hpp index a7f0a25..d4eba62 100644 --- a/include/boost/exception/detail/exception_ptr.hpp +++ b/include/boost/exception/detail/exception_ptr.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_618474C2DE1511DEB74A388C56D89593 -#define UUID_618474C2DE1511DEB74A388C56D89593 +#ifndef BOOST_EXCEPTION_618474C2DE1511DEB74A388C56D89593 +#define BOOST_EXCEPTION_618474C2DE1511DEB74A388C56D89593 #include #ifdef BOOST_NO_EXCEPTIONS diff --git a/include/boost/exception/detail/is_output_streamable.hpp b/include/boost/exception/detail/is_output_streamable.hpp index 10e5c51..3b1b6b1 100644 --- a/include/boost/exception/detail/is_output_streamable.hpp +++ b/include/boost/exception/detail/is_output_streamable.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_898984B4076411DD973EDFA055D89593 -#define UUID_898984B4076411DD973EDFA055D89593 +#ifndef BOOST_EXCEPTION_898984B4076411DD973EDFA055D89593 +#define BOOST_EXCEPTION_898984B4076411DD973EDFA055D89593 #include diff --git a/include/boost/exception/detail/object_hex_dump.hpp b/include/boost/exception/detail/object_hex_dump.hpp index 267bf0b..c6700ba 100644 --- a/include/boost/exception/detail/object_hex_dump.hpp +++ b/include/boost/exception/detail/object_hex_dump.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_6F463AC838DF11DDA3E6909F56D89593 -#define UUID_6F463AC838DF11DDA3E6909F56D89593 +#ifndef BOOST_EXCEPTION_6F463AC838DF11DDA3E6909F56D89593 +#define BOOST_EXCEPTION_6F463AC838DF11DDA3E6909F56D89593 #include #include diff --git a/include/boost/exception/detail/shared_ptr.hpp b/include/boost/exception/detail/shared_ptr.hpp index 51febe8..24dd16d 100644 --- a/include/boost/exception/detail/shared_ptr.hpp +++ b/include/boost/exception/detail/shared_ptr.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_837060E885AF11E68DA91D15E31AC075 -#define UUID_837060E885AF11E68DA91D15E31AC075 +#ifndef BOOST_EXCEPTION_837060E885AF11E68DA91D15E31AC075 +#define BOOST_EXCEPTION_837060E885AF11E68DA91D15E31AC075 #ifdef BOOST_EXCEPTION_MINI_BOOST #include diff --git a/include/boost/exception/detail/type_info.hpp b/include/boost/exception/detail/type_info.hpp index 739ac57..2215902 100644 --- a/include/boost/exception/detail/type_info.hpp +++ b/include/boost/exception/detail/type_info.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_C3E1741C754311DDB2834CCA55D89593 -#define UUID_C3E1741C754311DDB2834CCA55D89593 +#ifndef BOOST_EXCEPTION_C3E1741C754311DDB2834CCA55D89593 +#define BOOST_EXCEPTION_C3E1741C754311DDB2834CCA55D89593 #include #include diff --git a/include/boost/exception/diagnostic_information.hpp b/include/boost/exception/diagnostic_information.hpp index ad22735..a397011 100644 --- a/include/boost/exception/diagnostic_information.hpp +++ b/include/boost/exception/diagnostic_information.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_0552D49838DD11DD90146B8956D89593 -#define UUID_0552D49838DD11DD90146B8956D89593 +#ifndef BOOST_EXCEPTION_0552D49838DD11DD90146B8956D89593 +#define BOOST_EXCEPTION_0552D49838DD11DD90146B8956D89593 #include #include diff --git a/include/boost/exception/enable_current_exception.hpp b/include/boost/exception/enable_current_exception.hpp index 495cc90..dcd4d16 100644 --- a/include/boost/exception/enable_current_exception.hpp +++ b/include/boost/exception/enable_current_exception.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_851700A4F7CF11E6B2EE06DD14915323 -#define UUID_851700A4F7CF11E6B2EE06DD14915323 +#ifndef BOOST_EXCEPTION_851700A4F7CF11E6B2EE06DD14915323 +#define BOOST_EXCEPTION_851700A4F7CF11E6B2EE06DD14915323 #include diff --git a/include/boost/exception/enable_error_info.hpp b/include/boost/exception/enable_error_info.hpp index 202217a..c731f2a 100644 --- a/include/boost/exception/enable_error_info.hpp +++ b/include/boost/exception/enable_error_info.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_A0F7404AF7CF11E6908227DD14915323 -#define UUID_A0F7404AF7CF11E6908227DD14915323 +#ifndef BOOST_EXCEPTION_A0F7404AF7CF11E6908227DD14915323 +#define BOOST_EXCEPTION_A0F7404AF7CF11E6908227DD14915323 #include diff --git a/include/boost/exception/errinfo_api_function.hpp b/include/boost/exception/errinfo_api_function.hpp index 0cbbdb9..cf39259 100644 --- a/include/boost/exception/errinfo_api_function.hpp +++ b/include/boost/exception/errinfo_api_function.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_DDFBB4546C1211DEA4659E9055D89593 -#define UUID_DDFBB4546C1211DEA4659E9055D89593 +#ifndef BOOST_EXCEPTION_DDFBB4546C1211DEA4659E9055D89593 +#define BOOST_EXCEPTION_DDFBB4546C1211DEA4659E9055D89593 #include diff --git a/include/boost/exception/errinfo_at_line.hpp b/include/boost/exception/errinfo_at_line.hpp index cbd5cce..6d13b5f 100644 --- a/include/boost/exception/errinfo_at_line.hpp +++ b/include/boost/exception/errinfo_at_line.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_E7255CE26C1211DE85800C9155D89593 -#define UUID_E7255CE26C1211DE85800C9155D89593 +#ifndef BOOST_EXCEPTION_E7255CE26C1211DE85800C9155D89593 +#define BOOST_EXCEPTION_E7255CE26C1211DE85800C9155D89593 namespace boost diff --git a/include/boost/exception/errinfo_errno.hpp b/include/boost/exception/errinfo_errno.hpp index ebd8f25..056f8e6 100644 --- a/include/boost/exception/errinfo_errno.hpp +++ b/include/boost/exception/errinfo_errno.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_F0EE17BE6C1211DE87FF459155D89593 -#define UUID_F0EE17BE6C1211DE87FF459155D89593 +#ifndef BOOST_EXCEPTION_F0EE17BE6C1211DE87FF459155D89593 +#define BOOST_EXCEPTION_F0EE17BE6C1211DE87FF459155D89593 #include #include diff --git a/include/boost/exception/errinfo_file_handle.hpp b/include/boost/exception/errinfo_file_handle.hpp index 8e6cff8..88cb9c0 100644 --- a/include/boost/exception/errinfo_file_handle.hpp +++ b/include/boost/exception/errinfo_file_handle.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_F79E6EE26C1211DEB26E929155D89593 -#define UUID_F79E6EE26C1211DEB26E929155D89593 +#ifndef BOOST_EXCEPTION_F79E6EE26C1211DEB26E929155D89593 +#define BOOST_EXCEPTION_F79E6EE26C1211DEB26E929155D89593 #include diff --git a/include/boost/exception/errinfo_file_name.hpp b/include/boost/exception/errinfo_file_name.hpp index d3cce4d..401495b 100644 --- a/include/boost/exception/errinfo_file_name.hpp +++ b/include/boost/exception/errinfo_file_name.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_FEE5120A6C1211DE94E8BC9155D89593 -#define UUID_FEE5120A6C1211DE94E8BC9155D89593 +#ifndef BOOST_EXCEPTION_FEE5120A6C1211DE94E8BC9155D89593 +#define BOOST_EXCEPTION_FEE5120A6C1211DE94E8BC9155D89593 #include diff --git a/include/boost/exception/errinfo_file_open_mode.hpp b/include/boost/exception/errinfo_file_open_mode.hpp index f4fba0d..84c2bea 100644 --- a/include/boost/exception/errinfo_file_open_mode.hpp +++ b/include/boost/exception/errinfo_file_open_mode.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_056F1F266C1311DE8E74299255D89593 -#define UUID_056F1F266C1311DE8E74299255D89593 +#ifndef BOOST_EXCEPTION_056F1F266C1311DE8E74299255D89593 +#define BOOST_EXCEPTION_056F1F266C1311DE8E74299255D89593 #include diff --git a/include/boost/exception/errinfo_nested_exception.hpp b/include/boost/exception/errinfo_nested_exception.hpp index c3299d1..022012d 100644 --- a/include/boost/exception/errinfo_nested_exception.hpp +++ b/include/boost/exception/errinfo_nested_exception.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_45CC9A82B77511DEB330FC4956D89593 -#define UUID_45CC9A82B77511DEB330FC4956D89593 +#ifndef BOOST_EXCEPTION_45CC9A82B77511DEB330FC4956D89593 +#define BOOST_EXCEPTION_45CC9A82B77511DEB330FC4956D89593 namespace boost diff --git a/include/boost/exception/errinfo_type_info_name.hpp b/include/boost/exception/errinfo_type_info_name.hpp index 0b060e2..8f8f23b 100644 --- a/include/boost/exception/errinfo_type_info_name.hpp +++ b/include/boost/exception/errinfo_type_info_name.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_0E11109E6C1311DEB7EA649255D89593 -#define UUID_0E11109E6C1311DEB7EA649255D89593 +#ifndef BOOST_EXCEPTION_0E11109E6C1311DEB7EA649255D89593 +#define BOOST_EXCEPTION_0E11109E6C1311DEB7EA649255D89593 #include diff --git a/include/boost/exception/error_info.hpp b/include/boost/exception/error_info.hpp index 03b3da8..6c672eb 100644 --- a/include/boost/exception/error_info.hpp +++ b/include/boost/exception/error_info.hpp @@ -3,7 +3,7 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_EE7ECCA0433B11E1923E37064924019B -#define UUID_EE7ECCA0433B11E1923E37064924019B +#ifndef BOOST_EXCEPTION_EE7ECCA0433B11E1923E37064924019B +#define BOOST_EXCEPTION_EE7ECCA0433B11E1923E37064924019B namespace boost { template class error_info; } #endif diff --git a/include/boost/exception/get_error_info.hpp b/include/boost/exception/get_error_info.hpp index 831717d..1681116 100644 --- a/include/boost/exception/get_error_info.hpp +++ b/include/boost/exception/get_error_info.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_1A590226753311DD9E4CCF6156D89593 -#define UUID_1A590226753311DD9E4CCF6156D89593 +#ifndef BOOST_EXCEPTION_1A590226753311DD9E4CCF6156D89593 +#define BOOST_EXCEPTION_1A590226753311DD9E4CCF6156D89593 #include #include diff --git a/include/boost/exception/info.hpp b/include/boost/exception/info.hpp index 5e3ad52..2ec09c3 100644 --- a/include/boost/exception/info.hpp +++ b/include/boost/exception/info.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_8D22C4CA9CC811DCAA9133D256D89593 -#define UUID_8D22C4CA9CC811DCAA9133D256D89593 +#ifndef BOOST_EXCEPTION_8D22C4CA9CC811DCAA9133D256D89593 +#define BOOST_EXCEPTION_8D22C4CA9CC811DCAA9133D256D89593 #include #include diff --git a/include/boost/exception/info_tuple.hpp b/include/boost/exception/info_tuple.hpp index 7c16d75..4c80f73 100644 --- a/include/boost/exception/info_tuple.hpp +++ b/include/boost/exception/info_tuple.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_63EE924290FB11DC87BB856555D89593 -#define UUID_63EE924290FB11DC87BB856555D89593 +#ifndef BOOST_EXCEPTION_63EE924290FB11DC87BB856555D89593 +#define BOOST_EXCEPTION_63EE924290FB11DC87BB856555D89593 #include #include diff --git a/include/boost/exception/to_string.hpp b/include/boost/exception/to_string.hpp index 51425b1..389fd12 100644 --- a/include/boost/exception/to_string.hpp +++ b/include/boost/exception/to_string.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_7E48761AD92811DC9011477D56D89593 -#define UUID_7E48761AD92811DC9011477D56D89593 +#ifndef BOOST_EXCEPTION_7E48761AD92811DC9011477D56D89593 +#define BOOST_EXCEPTION_7E48761AD92811DC9011477D56D89593 #include #include diff --git a/include/boost/exception/to_string_stub.hpp b/include/boost/exception/to_string_stub.hpp index 8ff5e47..214841a 100644 --- a/include/boost/exception/to_string_stub.hpp +++ b/include/boost/exception/to_string_stub.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_E788439ED9F011DCB181F25B55D89593 -#define UUID_E788439ED9F011DCB181F25B55D89593 +#ifndef BOOST_EXCEPTION_E788439ED9F011DCB181F25B55D89593 +#define BOOST_EXCEPTION_E788439ED9F011DCB181F25B55D89593 #include #include diff --git a/include/boost/exception_ptr.hpp b/include/boost/exception_ptr.hpp index d48cce9..9f8e8b3 100644 --- a/include/boost/exception_ptr.hpp +++ b/include/boost/exception_ptr.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_FA5836A2CADA11DC8CD47C8555D89593 -#define UUID_FA5836A2CADA11DC8CD47C8555D89593 +#ifndef BOOST_EXCEPTION_FA5836A2CADA11DC8CD47C8555D89593 +#define BOOST_EXCEPTION_FA5836A2CADA11DC8CD47C8555D89593 #include diff --git a/test/helper1.hpp b/test/helper1.hpp index adf6ec1..a5b971b 100644 --- a/test/helper1.hpp +++ b/test/helper1.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_4AEB7924CA2E11DC888A8C9355D89593 -#define UUID_4AEB7924CA2E11DC888A8C9355D89593 +#ifndef BOOST_EXCEPTION_4AEB7924CA2E11DC888A8C9355D89593 +#define BOOST_EXCEPTION_4AEB7924CA2E11DC888A8C9355D89593 namespace boost diff --git a/test/helper2.hpp b/test/helper2.hpp index 885eee5..44176d3 100644 --- a/test/helper2.hpp +++ b/test/helper2.hpp @@ -3,8 +3,8 @@ //Distributed under the Boost Software License, Version 1.0. (See accompanying //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef UUID_BC765EB4CA2A11DCBDC5828355D89593 -#define UUID_BC765EB4CA2A11DCBDC5828355D89593 +#ifndef BOOST_EXCEPTION_BC765EB4CA2A11DCBDC5828355D89593 +#define BOOST_EXCEPTION_BC765EB4CA2A11DCBDC5828355D89593 #include #include