Added errinfo_nested_exception typedef. Documentation update.

[SVN r57059]
This commit is contained in:
Emil Dotchevski
2009-10-22 07:14:09 +00:00
parent 502488fd4d
commit 910c081d37
78 changed files with 249 additions and 16970 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