asio icon indicating copy to clipboard operation
asio copied to clipboard

Consider making ip::tcp::endpoint hashable

Open Eelis opened this issue 4 years ago • 2 comments

It would be really nice if this could be made to work:

std::unordered_set<asio::ip::tcp::endpoint> s;

Eelis avatar Sep 30 '20 12:09 Eelis

Did you check if this isn't already implemented via 77ed33821d6473d6904ef3171e318181c015003a?

hak8or avatar Jul 15 '22 22:07 hak8or

Also just realized, this seems to be a duplicate of issue #696 which has been closed.

hak8or avatar Jul 15 '22 23:07 hak8or