Replace BOOST_SYSTEM_NO_DEPRECATED with BOOST_SYSTEM_ENABLE_DEPRECATED

This commit is contained in:
Peter Dimov
2017-10-21 19:19:57 +03:00
parent 855fc96010
commit 829a1320a7
9 changed files with 14 additions and 23 deletions

View File

@@ -14,8 +14,6 @@
// Motivation was a Boost posting by Christopher Kohlhoff on June 28, 2006.
#define BOOST_SYSTEM_NO_DEPRECATED
#include <boost/system/error_code.hpp>
#include <boost/cerrno.hpp>
#include <string>