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

@ -5,7 +5,7 @@
//This example shows to print all data contained in a boost::exception.
#include <boost/exception.hpp>
#include <boost/exception/all.hpp>
#include <iostream>
void f(); //throws unknown types that derive from boost::exception.