#include <exception> namespace boost { template <class T> std::string diagnostic_information( T const & x ); }