namespace
boost
{
class
exception
{
public:
virtual char const * diagnostic_information() const throw();
protected:
exception();
exception( exception const & x );
~exception();
};
}