]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/flyweight/detail/flyweight_core.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / flyweight / detail / flyweight_core.hpp
index 84411b4b7d138b4d4c09beecc5d994a22cd92b82..553d2f0720909a7c55c799b81219c15870e55316 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2006-2018 Joaquin M Lopez Munoz.
+/* Copyright 2006-2020 Joaquin M Lopez Munoz.
  * 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)
@@ -14,7 +14,7 @@
 #endif
 
 #include <boost/config.hpp> /* keep it first to prevent nasty warns in MSVC */
-#include <boost/detail/no_exceptions_support.hpp>
+#include <boost/core/no_exceptions_support.hpp>
 #include <boost/detail/workaround.hpp>
 #include <boost/flyweight/detail/perfect_fwd.hpp>
 #include <boost/mpl/apply.hpp>