msvc fixes

This commit is contained in:
Arvid Norberg
2015-05-31 12:21:16 +00:00
parent 91197005e9
commit c8443d0c7c
40 changed files with 2232 additions and 2223 deletions

View File

@@ -112,7 +112,5 @@ TORRENT_TEST(socket_io)
TEST_EQUAL(list.size(), 1);
#endif
TEST_EQUAL(list[0], udp::endpoint(address_v4::from_string("16.5.128.1"), 1337));
return 0;
}