1 /* 2 * Copyright (c) 2014 Glen Fernandes 3 * 4 * Distributed under the Boost Software License, Version 1.0. (See 5 * accompanying file LICENSE_1_0.txt or copy at 6 * http://www.boost.org/LICENSE_1_0.txt) 7 */ 8 9 #ifndef BOOST_DETAIL_NO_EXCEPTIONS_SUPPORT_HPP 10 #define BOOST_DETAIL_NO_EXCEPTIONS_SUPPORT_HPP 11 12 // The header file at this path is deprecated; 13 // use boost/core/no_exceptions_support.hpp instead. 14 15 #include <boost/config/header_deprecated.hpp> 16 17 BOOST_HEADER_DEPRECATED("<boost/core/no_exceptions_support.hpp>") 18 19 #include <boost/core/no_exceptions_support.hpp> 20 21 #endif 22