我使用Boost asio写一个简单的服务器,编译链接后system_error system throw出现重定义问题,加上#define BOOST_SYSTEM_NO_DEPRECATE问题解决,不明白为什么