Something odd with the 1.3.1 release, but only in the release build. If I try to create a SocketAddress with hostname 'localhost', it throws an exception (vector
SocketAddress addr("localhost", 5800);
This works fine in a debug build, but in a release build is when it throws.
This problem was introduced with 1.3.1. Worked normally in 1.3.0.
Any ideas?





