[wesnoth-commits] [wesnoth/wesnoth] c1f534: Fix compile error from resolver::iterator on pre 1...
Sergey Popov
noreply at github.com
Mon Mar 8 15:58:53 UTC 2021
Branch: refs/heads/tls_wip
Home: https://github.com/wesnoth/wesnoth
Commit: c1f534c2b08b608a1a28a255525237f0fc5025b8
https://github.com/wesnoth/wesnoth/commit/c1f534c2b08b608a1a28a255525237f0fc5025b8
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M src/network_asio.cpp
M src/wesnothd_connection.cpp
Log Message:
-----------
Fix compile error from resolver::iterator on pre 1.66 boost
Commit: 5365a3c9d36c377912be1480867630399134155a
https://github.com/wesnoth/wesnoth/commit/5365a3c9d36c377912be1480867630399134155a
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M src/network_asio.cpp
M src/network_asio.hpp
A src/utils/ssl_stream.hpp
M src/wesnothd_connection.cpp
M src/wesnothd_connection.hpp
Log Message:
-----------
Get rid of variant::emplace() because boost.variant doesn't provide it
Made use of wrapper for ssl socket because even in newer versions of
boost ssl stream is STILL not move assignable, merely copy
constructible.
Compare: https://github.com/wesnoth/wesnoth/compare/66848beadf2e...5365a3c9d36c
More information about the Commits
mailing list