Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / asio / detail / impl / winrt_ssocket_service_base.ipp
index 1728281..3f2dd81 100644 (file)
@@ -67,6 +67,7 @@ void winrt_ssocket_service_base::construct(
 void winrt_ssocket_service_base::base_move_construct(
     winrt_ssocket_service_base::base_implementation_type& impl,
     winrt_ssocket_service_base::base_implementation_type& other_impl)
+  BOOST_ASIO_NOEXCEPT
 {
   impl.socket_ = other_impl.socket_;
   other_impl.socket_ = nullptr;