From 0f8b499bca5fd2eb63b217654f726c9ada860dab Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Tue, 13 Jun 2017 23:24:38 -0400 Subject: [PATCH] Use workaround.hpp from boost/config --- include/boost/core/addressof.hpp | 2 +- include/boost/core/no_exceptions_support.hpp | 2 +- include/boost/core/ref.hpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/core/addressof.hpp b/include/boost/core/addressof.hpp index b73ea56..8ddda8b 100644 --- a/include/boost/core/addressof.hpp +++ b/include/boost/core/addressof.hpp @@ -42,7 +42,7 @@ addressof(T& o) BOOST_NOEXCEPT } /* boost */ #else -#include +#include #include namespace boost { diff --git a/include/boost/core/no_exceptions_support.hpp b/include/boost/core/no_exceptions_support.hpp index a697f01..e2453d0 100644 --- a/include/boost/core/no_exceptions_support.hpp +++ b/include/boost/core/no_exceptions_support.hpp @@ -21,7 +21,7 @@ //---------------------------------------------------------------------- #include -#include +#include #if !(defined BOOST_NO_EXCEPTIONS) # define BOOST_TRY { try diff --git a/include/boost/core/ref.hpp b/include/boost/core/ref.hpp index 47dc858..7d768ff 100644 --- a/include/boost/core/ref.hpp +++ b/include/boost/core/ref.hpp @@ -8,8 +8,8 @@ #endif #include -#include -#include +#include +#include // // ref.hpp - ref/cref, useful helper functions