0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-18 01:48:27 +02:00

configure: Move boost deprecation warning suppression to asio.h.

This commit is contained in:
Jason Volk 2018-12-28 14:35:10 -08:00
parent f61b95b070
commit 9bdb7410d2
2 changed files with 2 additions and 2 deletions

View file

@ -1170,8 +1170,6 @@ else
])
fi
BOOST_CPPFLAGS+=" -DBOOST_COROUTINES_NO_DEPRECATION_WARNING=1"
dnl
dnl
dnl RocksDB support

View file

@ -24,6 +24,8 @@
/// boost headers for the time being...
///
#define BOOST_COROUTINES_NO_DEPRECATION_WARNING
#include <boost/asio.hpp>
#include <boost/asio/ssl.hpp>
#include <boost/asio/steady_timer.hpp>