“ boost asio address :: from_string”在“ localhost”上的参数无效

时间:2018-11-08 05:45:15

标签: boost-asio

有人知道为什么这会导致“无效参数”错误。

boost::asio::ip::tcp::endpoint ep(address::from_string("localhost"), 8000);

但是下面可以正常工作

boost::asio::ip::tcp::endpoint ep(address::from_string("127.0.0.1"), 8000);

我正在使用Boost 1.67.0

0 个答案:

没有答案