mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
4006e089c9
commit
af9752a0a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user