]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/leaf/test/accumulate_nested_new_error_exception_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / leaf / test / accumulate_nested_new_error_exception_test.cpp
index edd1d89ecc61f103fd035aa3b45017921f4fc437..91b29971082309f46a1753131d2c8866a2cfa380 100644 (file)
@@ -1,9 +1,10 @@
-// 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)
 
-#include <boost/leaf/detail/config.hpp>
+#include <boost/leaf/config.hpp>
+
 #ifdef BOOST_LEAF_NO_EXCEPTIONS
 
 #include <iostream>
@@ -16,9 +17,14 @@ int main()
 
 #else
 
-#include <boost/leaf/on_error.hpp>
-#include <boost/leaf/handle_errors.hpp>
-#include <boost/leaf/exception.hpp>
+#ifdef BOOST_LEAF_TEST_SINGLE_HEADER
+#   include "leaf.hpp"
+#else
+#   include <boost/leaf/on_error.hpp>
+#   include <boost/leaf/handle_errors.hpp>
+#   include <boost/leaf/exception.hpp>
+#endif
+
 #include "lightweight_test.hpp"
 
 namespace leaf = boost::leaf;