Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / asio / detail / impl / win_iocp_socket_service_base.ipp
index 5691cdb..777e76d 100644 (file)
@@ -73,6 +73,7 @@ void win_iocp_socket_service_base::construct(
 void win_iocp_socket_service_base::base_move_construct(
     win_iocp_socket_service_base::base_implementation_type& impl,
     win_iocp_socket_service_base::base_implementation_type& other_impl)
+  BOOST_ASIO_NOEXCEPT
 {
   impl.socket_ = other_impl.socket_;
   other_impl.socket_ = invalid_socket;