]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/leaf/test/try_catch_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / leaf / test / try_catch_test.cpp
index a8521b1b99d61ed5737be82d3ee31305a6335ecb..d14740f4c6abe831b0d0f75d72467fe350c4c6bf 100644 (file)
@@ -1,4 +1,4 @@
-// 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)
@@ -28,7 +28,11 @@ int main()
 
 #else
 
-#include <boost/leaf/pred.hpp>
+#ifdef BOOST_LEAF_TEST_SINGLE_HEADER
+#   include "leaf.hpp"
+#else
+#   include <boost/leaf/pred.hpp>
+#endif
 
 template <int> struct info { int value; };