id summary reporter owner description type status milestone component version severity resolution keywords cc 5110 address_v6 to_string on windows XP throws exception Remko Tronçon chris_kohlhoff "I have the following piece of code: unsigned char a[16] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17}; boost::array data; for (int i = 0; i < 16; ++i) { data[i] = a[i]; } boost::asio::ip::address_v6 b(data); b.to_string(); This works on all platforms I have tried it on (Linux, OS X, Windows 7), except on Windows XP. On XP, it throws the following exception: boost::exception_detail::clone_impl > An invalid argument was supplied " Bugs closed To Be Determined asio Boost 1.45.0 Problem invalid