From 33371a87d9d18207427210dc091bd40b3b4afcd8 Mon Sep 17 00:00:00 2001 From: mog422 Date: Thu, 6 Jul 2017 17:30:33 +0900 Subject: [PATCH] Fix build failure on windows coroutine2 is a header-only library. But, It includes auto_link.hpp. That worked surprisingly smoothly until before boost 1.64. But the commit 91c327bb019f3eca3d4fd2f565557f6926d4d93b causes a build failure. --- include/boost/coroutine2/detail/config.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/boost/coroutine2/detail/config.hpp b/include/boost/coroutine2/detail/config.hpp index 307ee4e..e725213 100644 --- a/include/boost/coroutine2/detail/config.hpp +++ b/include/boost/coroutine2/detail/config.hpp @@ -27,12 +27,4 @@ # define BOOST_COROUTINES2_DECL #endif -#if ! defined(BOOST_COROUTINES2_SOURCE) && ! defined(BOOST_ALL_NO_LIB) && ! defined(BOOST_COROUTINES2_NO_LIB) -# define BOOST_LIB_NAME boost_coroutine2 -# if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_COROUTINES2_DYN_LINK) -# define BOOST_DYN_LINK -# endif -# include -#endif - #endif // BOOST_COROUTINES2_DETAIL_CONFIG_H