all.hpp 1.1 KB

123456789101112131415161718192021222324252627
  1. //Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
  2. //Distributed under the Boost Software License, Version 1.0. (See accompanying
  3. //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. #ifndef UUID_316FDA946C0D11DEA9CBAE5255D89593
  5. #define UUID_316FDA946C0D11DEA9CBAE5255D89593
  6. #include <boost/config.hpp>
  7. #include <boost/exception/diagnostic_information.hpp>
  8. #include <boost/exception/error_info.hpp>
  9. #include <boost/exception/exception.hpp>
  10. #include <boost/exception/get_error_info.hpp>
  11. #include <boost/exception/info.hpp>
  12. #include <boost/exception/info_tuple.hpp>
  13. #include <boost/exception/errinfo_api_function.hpp>
  14. #include <boost/exception/errinfo_at_line.hpp>
  15. #include <boost/exception/errinfo_errno.hpp>
  16. #include <boost/exception/errinfo_file_handle.hpp>
  17. #include <boost/exception/errinfo_file_name.hpp>
  18. #include <boost/exception/errinfo_file_open_mode.hpp>
  19. #include <boost/exception/errinfo_type_info_name.hpp>
  20. #ifndef BOOST_NO_EXCEPTIONS
  21. #include <boost/exception/errinfo_nested_exception.hpp>
  22. #include <boost/exception_ptr.hpp>
  23. #endif
  24. #endif