mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
Merge pull request #876
72287d1
contrib: epee: add missing noexcept spec to class decl (redfish)
This commit is contained in:
commit
c9f66dfaba
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ namespace net_utils
|
|||
i_connection_filter * &pfilter
|
||||
,t_connection_type connection_type);
|
||||
|
||||
virtual ~connection();
|
||||
virtual ~connection() noexcept(false);
|
||||
/// Get the socket associated with the connection.
|
||||
boost::asio::ip::tcp::socket& socket();
|
||||
|
||||
|
|
Loading…
Reference in a new issue