From 87c978d36ed936b555b90dff07ed42a718fdc641 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sat, 22 Sep 2018 15:11:12 -0400 Subject: [PATCH] Use LightweightTest and NoExceptionsSupport from Core --- include/boost/function/function_template.hpp | 2 +- test/contains2_test.cpp | 2 +- test/mem_fun_cxx98.cpp | 2 +- test/mem_fun_portable.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/function/function_template.hpp b/include/boost/function/function_template.hpp index 2fa47a1f..81bacf7e 100644 --- a/include/boost/function/function_template.hpp +++ b/include/boost/function/function_template.hpp @@ -11,7 +11,7 @@ // Note: this header is a header template and must NOT have multiple-inclusion // protection. #include -#include +#include #if defined(BOOST_MSVC) # pragma warning( push ) diff --git a/test/contains2_test.cpp b/test/contains2_test.cpp index cf6d4798..9cfa5c34 100644 --- a/test/contains2_test.cpp +++ b/test/contains2_test.cpp @@ -9,7 +9,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include static int forty_two() { diff --git a/test/mem_fun_cxx98.cpp b/test/mem_fun_cxx98.cpp index c2897912..92740363 100644 --- a/test/mem_fun_cxx98.cpp +++ b/test/mem_fun_cxx98.cpp @@ -10,7 +10,7 @@ #include -#include +#include #include #include diff --git a/test/mem_fun_portable.cpp b/test/mem_fun_portable.cpp index 02513393..e12fd08a 100644 --- a/test/mem_fun_portable.cpp +++ b/test/mem_fun_portable.cpp @@ -10,7 +10,7 @@ #include -#include +#include #include #include