asio
asio copied to clipboard
Consider making ip::tcp::endpoint hashable
It would be really nice if this could be made to work:
std::unordered_set<asio::ip::tcp::endpoint> s;
Did you check if this isn't already implemented via 77ed33821d6473d6904ef3171e318181c015003a?
Also just realized, this seems to be a duplicate of issue #696 which has been closed.