Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:47

0001 //Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
0002 
0003 //Distributed under the Boost Software License, Version 1.0. (See accompanying
0004 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 #ifndef BOOST_EXCEPTION_316FDA946C0D11DEA9CBAE5255D89593
0007 #define BOOST_EXCEPTION_316FDA946C0D11DEA9CBAE5255D89593
0008 
0009 #include <boost/config.hpp>
0010 #include <boost/exception/diagnostic_information.hpp>
0011 #include <boost/exception/error_info.hpp>
0012 #include <boost/exception/exception.hpp>
0013 #include <boost/exception/get_error_info.hpp>
0014 #include <boost/exception/info.hpp>
0015 #include <boost/exception/info_tuple.hpp>
0016 #include <boost/exception/errinfo_api_function.hpp>
0017 #include <boost/exception/errinfo_at_line.hpp>
0018 #include <boost/exception/errinfo_errno.hpp>
0019 #include <boost/exception/errinfo_file_handle.hpp>
0020 #include <boost/exception/errinfo_file_name.hpp>
0021 #include <boost/exception/errinfo_file_open_mode.hpp>
0022 #include <boost/exception/errinfo_type_info_name.hpp>
0023 #ifndef BOOST_NO_EXCEPTIONS
0024 #include <boost/exception/errinfo_nested_exception.hpp>
0025 #include <boost/exception_ptr.hpp>
0026 #endif
0027 #endif