You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In destructor ‘TcpStream::~TcpStream()’:
Warning: ‘throw’ will always call ‘terminate’
80 | throw std::runtime_error("Failed to close socket");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note: in C++11 destructors default to ‘noexcept’.
The text was updated successfully, but these errors were encountered:
In destructor ‘TcpStream::~TcpStream()’:
Warning: ‘throw’ will always call ‘terminate’
80 | throw std::runtime_error("Failed to close socket");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note: in C++11 destructors default to ‘noexcept’.
The text was updated successfully, but these errors were encountered: