]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/leaf/benchmark/deep_stack_leaf.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / leaf / benchmark / deep_stack_leaf.cpp
index ebd9fe312ea88672ff32b4c53fdf35cf728b5512..1c5676a7175075ddfdbfdff997b4f20709e18876 100644 (file)
@@ -1,19 +1,17 @@
-// Copyright (c) 2018-2020 Emil Dotchevski and Reverge Studios, Inc.
+// Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc.
 
 // 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)
 
 // See benchmark.md
 
-#ifndef BOOST_LEAF_ALL_HPP_INCLUDED
-#   include <boost/leaf.hpp>
-#endif
+#include <boost/leaf.hpp>
 
 #ifndef BOOST_LEAF_NO_EXCEPTIONS
 #   error Please disable exception handling.
 #endif
 
-#if BOOST_LEAF_DIAGNOSTICS
+#if BOOST_LEAF_CFG_DIAGNOSTICS
 #   error Please disable diagnostics.
 #endif