From 36f998f9b2e4738180e1630fd28858730dbf4651 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 Dec 2019 17:55:39 +0200 Subject: [PATCH] Update include guard --- include/boost/exception/exception.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index ff873a0..3e45834 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/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 BOOST_UUID_274DA366004E11DCB1DDFE2E56D89593 -#define BOOST_UUID_274DA366004E11DCB1DDFE2E56D89593 +#ifndef BOOST_EXCEPTION_274DA366004E11DCB1DDFE2E56D89593 +#define BOOST_EXCEPTION_274DA366004E11DCB1DDFE2E56D89593 #include @@ -479,4 +479,4 @@ boost #pragma warning(pop) #endif -#endif // #ifndef BOOST_UUID_274DA366004E11DCB1DDFE2E56D89593 +#endif // #ifndef BOOST_EXCEPTION_274DA366004E11DCB1DDFE2E56D89593