mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 12:07:20 +02:00
Documentation update
[SVN r54828]
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user