asio icon indicating copy to clipboard operation
asio copied to clipboard

`ssl::stream` doesn't have `rebind_executor` as an inner type.

Open ashtum opened this issue 1 year ago • 0 comments

The following code fails to compile: https://godbolt.org/z/1fMMTd6xe

#include <boost/asio.hpp>
#include <boost/asio/ssl.hpp>

using namespace boost;

using stream_t = asio::deferred_t::as_default_on_t<asio::ssl::stream<asio::ip::tcp::socket>>;

ashtum avatar Jan 18 '24 21:01 ashtum