Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / asio / detail / impl / reactive_socket_service_base.ipp
index 5ae4b64..178a49d 100644 (file)
@@ -49,6 +49,7 @@ void reactive_socket_service_base::construct(
 void reactive_socket_service_base::base_move_construct(
     reactive_socket_service_base::base_implementation_type& impl,
     reactive_socket_service_base::base_implementation_type& other_impl)
+  BOOST_ASIO_NOEXCEPT
 {
   impl.socket_ = other_impl.socket_;
   other_impl.socket_ = invalid_socket;