]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/exception/test/helper2.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / exception / test / helper2.cpp
index 88809a7e7f7689ef77a3a7935daf7ca73e47445d..19488afdc30d184800c82005484d72873ec86155 100644 (file)
@@ -3,6 +3,12 @@
 //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/config.hpp>
+
+#if defined( BOOST_NO_EXCEPTIONS )
+#   error This program requires exception handling.
+#endif
+
 #include "helper2.hpp"
 #include <boost/throw_exception.hpp>