]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/dll/shared_library.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / dll / shared_library.hpp
index 86aed9433ed66611dc8f96bf64a7189031a8b98a..010b2ad8b6485f881190a8bebb1c15c3b3e32397 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2014 Renato Tegon Forti, Antony Polukhin.
-// Copyright 2015-2016 Antony Polukhin.
+// Copyright 2015-2017 Antony Polukhin.
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt
@@ -14,9 +14,9 @@
 
 #include <boost/config.hpp>
 #include <boost/predef/os.h>
-#include <boost/utility/enable_if.hpp>
+#include <boost/core/enable_if.hpp>
+#include <boost/core/explicit_operator_bool.hpp>
 #include <boost/type_traits/is_member_pointer.hpp>
-#include <boost/utility/explicit_operator_bool.hpp>
 #include <boost/dll/detail/system_error.hpp>
 #include <boost/dll/detail/aggressive_ptr_cast.hpp>