]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/asio/executor_work_guard.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / asio / executor_work_guard.hpp
index a9303462eb04df957e4a11da936c768641f28b8e..546f7ef9cf9bffbd68e16a70edee6eaa8c502737 100644 (file)
@@ -2,7 +2,7 @@
 // executor_work_guard.hpp
 // ~~~~~~~~~~~~~~~~~
 //
-// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2019 Christopher M. Kohlhoff (chris at kohlhoff dot com)
 //
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -56,7 +56,7 @@ public:
 
 #if defined(BOOST_ASIO_HAS_MOVE) || defined(GENERATING_DOCUMENTATION)
   /// Move constructor.
-  executor_work_guard(executor_work_guard&& other)
+  executor_work_guard(executor_work_guard&& other) BOOST_ASIO_NOEXCEPT
     : executor_(BOOST_ASIO_MOVE_CAST(Executor)(other.executor_)),
       owns_(other.owns_)
   {