From f31989c02220cb8367da1f361f964d91962b4ecd Mon Sep 17 00:00:00 2001 From: Paweł Bylica Date: Wed, 25 Jul 2018 09:17:53 +0200 Subject: Do not include single-header boost_unit_test Do not mix 2 different usage variants of boost_unit_test. If you link with static libs do not include the single-header variant. See https://www.boost.org/doc/libs/1_67_0/libs/test/doc/html/boost_test/usage_variants.html#boost_test.usage_variants.single_header --- test/boostTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/boostTest.cpp b/test/boostTest.cpp index 145be6e4..6c68100c 100644 --- a/test/boostTest.cpp +++ b/test/boostTest.cpp @@ -28,7 +28,7 @@ #pragma warning(push) #pragma warning(disable:4535) // calling _set_se_translator requires /EHa #endif -#include +#include #if defined(_MSC_VER) #pragma warning(pop) #endif -- cgit