mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Fix 4629 compile warning in endpoint.hpp
This commit is contained in:
parent
814dab58a4
commit
b268effd88
@ -29,7 +29,7 @@ struct endpoint_uri_pair_t
|
||||
return local_type == endpoint_type_bind ? local : remote;
|
||||
}
|
||||
|
||||
const bool clash () const { return local == remote; }
|
||||
bool clash () const { return local == remote; }
|
||||
|
||||
std::string local, remote;
|
||||
endpoint_type_t local_type;
|
||||
|
Loading…
Reference in New Issue
Block a user