0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-19 19:33:45 +02:00

ircd::asio: Remove BOOST_COROUTINES_NO_DEPRECATION_WARNING; undeprecated after boost-1.70.

This commit is contained in:
Jason Volk 2023-01-17 18:00:52 -08:00
parent 6bbde81b44
commit c0a6ce7ee2

View file

@ -25,7 +25,6 @@
#include <ircd/ircd.h>
// Boost preambles
#define BOOST_COROUTINES_NO_DEPRECATION_WARNING
#include <boost/version.hpp>
#include <boost/config.hpp>