fix doc example typo
[boost.git] / boost / exception.hpp
blobb4716a04ae499efe0ccbdece3f81d6315447fc65
1 //Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
3 //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 #ifndef UUID_1D94A7C6054E11DB9804B622A1EF5492
7 #define UUID_1D94A7C6054E11DB9804B622A1EF5492
9 #include <boost/exception/diagnostic_information.hpp>
10 #include <boost/exception/error_info.hpp>
11 #include <boost/exception/exception.hpp>
12 #include <boost/exception/get_error_info.hpp>
13 #include <boost/exception/info.hpp>
14 #include <boost/exception/info_tuple.hpp>
15 #ifndef BOOST_NO_EXCEPTIONS
16 #include <boost/exception_ptr.hpp>
17 #endif
19 #endif