]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/integer/test/integer_mask_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / integer / test / integer_mask_test.cpp
index a66ab8d3ec84099720fb6a9552f452ccda3287c6..9216c29ab8131564eb4aae4f5b8e4e389d6bd90d 100644 (file)
@@ -3,14 +3,14 @@
 //  (C) Copyright Daryle Walker 2001.
 //  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)
+//  https://www.boost.org/LICENSE_1_0.txt)
 
-//  See http://www.boost.org for most recent version including documentation.
+//  See https://www.boost.org for most recent version including documentation.
 
 //  Revision History
 //  23 Sep 2001  Initial version (Daryle Walker)
 
-#include <boost/detail/lightweight_test.hpp>
+#include <boost/core/lightweight_test.hpp>
 
 #include <boost/cstdlib.hpp>               // for boost::exit_success
 #include <boost/integer/integer_mask.hpp>  // for boost::high_bit_mask_t, etc.