Added errinfo_nested_exception typedef. Fixed minor documentation error.

[SVN r56766]
This commit is contained in:
Emil Dotchevski
2009-10-13 01:47:22 +00:00
parent 2c0599b885
commit 17951c2b7d
18 changed files with 8664 additions and 8080 deletions

View File

@ -20,6 +20,7 @@
#include <boost/exception/errinfo_file_open_mode.hpp>
#include <boost/exception/errinfo_type_info_name.hpp>
#ifndef BOOST_NO_EXCEPTIONS
#include <boost/exception/errinfo_nested_exception.hpp>
#include <boost/exception_ptr.hpp>
#endif