id summary reporter owner description type status milestone component version severity resolution keywords cc 11108 boost asio from_string rejects valid ipv6 address mark andrews chris_kohlhoff " from RFC 4291 2.2.2, '::2:3:4:5:6:7:8' is a valid ipv6 address[[BR]] following code incorrectly sets ec.m_val to 10022 {{{ std::string thost(""::2:3:4:5:6:7:8""); boost::system::error_code ec; addr = boost::asio::ip::address::from_string(thost, ec); }}} " Bugs new To Be Determined asio Boost 1.57.0 Problem