boost.cpp: make LyX compilable again

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26662 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-10-01 00:35:26 +00:00
parent 4006e089c9
commit af9752a0a6

View File

@ -28,7 +28,7 @@ namespace boost {
#ifndef BOOST_NO_EXCEPTIONS
void throw_exception(exception const & e)
{
lyxerr << "Exception caught:\n" << e.diagnostic_information() << endl;
lyxerr << "Exception caught:\n" << e.what() << endl;
LASSERT(false, /**/);
}
#endif