mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core: Updated to 10.2.6.53840
This commit is contained in:
@@ -53,7 +53,8 @@ class Socket : public BaseSocket<Derived, Impl::BoostBeastSocketWrapper>
|
||||
using SocketBase = BaseSocket<Derived, Impl::BoostBeastSocketWrapper>;
|
||||
|
||||
public:
|
||||
explicit Socket(boost::asio::ip::tcp::socket&& socket)
|
||||
template<typename... Args>
|
||||
explicit Socket(boost::asio::ip::tcp::socket&& socket, Args&&...)
|
||||
: SocketBase(std::move(socket)) { }
|
||||
|
||||
Socket(Socket const& other) = delete;
|
||||
|
||||
Reference in New Issue
Block a user