Documentation update

[SVN r54828]
This commit is contained in:
Emil Dotchevski
2009-07-09 03:51:30 +00:00
parent bd0ed9f83b
commit 953399846a
34 changed files with 10369 additions and 6436 deletions

View File

@ -7,7 +7,7 @@
//transporting of arbitrary data to the catch site, even for types
//that do not derive from boost::exception.
#include <boost/exception.hpp>
#include <boost/exception/all.hpp>
#include <stdexcept>
typedef boost::error_info<struct tag_std_range_min,size_t> std_range_min;