depends: fix MacOS build with Clang 3.7.1

release-v0.7.1.0
Lee Clagett 5 years ago committed by iDunk5400
parent 1b93cb74bb
commit 73f22c48e1
No known key found for this signature in database
GPG Key ID: 0F1715596D812FD8

@ -154,7 +154,7 @@ PRAGMA_WARNING_DISABLE_VS(4355)
}
else
{
const auto ip_{remote_ep.address().to_v6()};
const auto ip_ = remote_ep.address().to_v6();
return start(is_income, is_multithreaded, ipv6_network_address{ip_, remote_ep.port()});
}
CATCH_ENTRY_L0("connection<t_protocol_handler>::start()", false);

Loading…
Cancel
Save