From d99d516c13d265a9b577fd3181dfa34dec713b39 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 29 Jul 2017 23:17:35 +0100 Subject: [PATCH] Unset BOOST_COROUTINES_NO_DEPRECATION_WARNING fix #700 --- CHANGELOG.md | 6 ++++++ Jamfile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bfa1429..48d6fc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 93: + +* Unset BOOST_COROUTINES_NO_DEPRECATION_WARNING + +-------------------------------------------------------------------------------- + Version 92: * Fix typo in test/CMakeLists.txt diff --git a/Jamfile b/Jamfile index a54ea8ce..7849f9c7 100644 --- a/Jamfile +++ b/Jamfile @@ -79,7 +79,7 @@ project beast ./extras #/boost//headers /boost/system//boost_system - /boost/coroutine//boost_coroutine/BOOST_COROUTINES_NO_DEPRECATION_WARNING=1 + /boost/coroutine//boost_coroutine /boost/filesystem//boost_filesystem static BOOST_ALL_NO_LIB=1