From bd347f048ac2b4aafef2f8c31fdfeac7c14c0f94 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Thu, 1 Sep 2022 05:59:50 +0100 Subject: [PATCH] refactor use core/enable_if.hpp over utility/enable_if.hpp (#44) --- include/boost/exception/diagnostic_information.hpp | 2 +- include/boost/exception/to_string.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/exception/diagnostic_information.hpp b/include/boost/exception/diagnostic_information.hpp index b5496d3..51fea95 100644 --- a/include/boost/exception/diagnostic_information.hpp +++ b/include/boost/exception/diagnostic_information.hpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include #ifndef BOOST_NO_RTTI #include #endif diff --git a/include/boost/exception/to_string.hpp b/include/boost/exception/to_string.hpp index 9a2c057..49f1b18 100644 --- a/include/boost/exception/to_string.hpp +++ b/include/boost/exception/to_string.hpp @@ -6,7 +6,7 @@ #ifndef BOOST_EXCEPTION_7E48761AD92811DC9011477D56D89593 #define BOOST_EXCEPTION_7E48761AD92811DC9011477D56D89593 -#include +#include #include #include