Examples/documentation update

[SVN r54842]
This commit is contained in:
Emil Dotchevski
2009-07-09 20:51:10 +00:00
parent a674ec2bb9
commit 96e2ac573a
10 changed files with 7470 additions and 7472 deletions

View File

@ -11,7 +11,7 @@
typedef boost::error_info<struct tag_my_info,int> my_info; //(1)
class my_error: public boost::exception, public std::exception { }; //(2)
struct my_error: virtual boost::exception, virtual std::exception { }; //(2)
void
f()