]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/exception/all.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
aa7f67612a3ebcf6ee7cdf89d1e91e53627a9b12
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / exception / all.hpp
1 //Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.\r
2 \r
3 //Distributed under the Boost Software License, Version 1.0. (See accompanying\r
4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
5 \r
6 #ifndef UUID_316FDA946C0D11DEA9CBAE5255D89593\r
7 #define UUID_316FDA946C0D11DEA9CBAE5255D89593\r
8 #if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)\r
9 #pragma GCC system_header\r
10 #endif\r
11 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)\r
12 #pragma warning(push,1)\r
13 #endif\r
14 \r
15 #include <boost/exception/diagnostic_information.hpp>\r
16 #include <boost/exception/error_info.hpp>\r
17 #include <boost/exception/exception.hpp>\r
18 #include <boost/exception/get_error_info.hpp>\r
19 #include <boost/exception/info.hpp>\r
20 #include <boost/exception/info_tuple.hpp>\r
21 #include <boost/exception/errinfo_api_function.hpp>\r
22 #include <boost/exception/errinfo_at_line.hpp>\r
23 #include <boost/exception/errinfo_errno.hpp>\r
24 #include <boost/exception/errinfo_file_handle.hpp>\r
25 #include <boost/exception/errinfo_file_name.hpp>\r
26 #include <boost/exception/errinfo_file_open_mode.hpp>\r
27 #include <boost/exception/errinfo_type_info_name.hpp>\r
28 #ifndef BOOST_NO_EXCEPTIONS\r
29 #include <boost/exception/errinfo_nested_exception.hpp>\r
30 #include <boost/exception_ptr.hpp>\r
31 #endif\r
32 \r
33 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)\r
34 #pragma warning(pop)\r
35 #endif\r
36 #endif\r