Merge pull request #876

72287d1 contrib: epee: add missing noexcept spec to class decl (redfish)
This commit is contained in:
Riccardo Spagni 2016-07-06 18:13:28 +02:00
commit c9f66dfaba
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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();