mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 02:00:21 +00:00
fix merge build: this is a std::exception
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26693 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ec9b07596
commit
7231275a09
@ -26,7 +26,7 @@ using lyx::lyxerr;
|
|||||||
namespace boost {
|
namespace boost {
|
||||||
|
|
||||||
#ifndef BOOST_NO_EXCEPTIONS
|
#ifndef BOOST_NO_EXCEPTIONS
|
||||||
void throw_exception(exception const & e)
|
void throw_exception(std::exception const & e)
|
||||||
{
|
{
|
||||||
lyxerr << "Exception caught:\n" << e.what() << endl;
|
lyxerr << "Exception caught:\n" << e.what() << endl;
|
||||||
LASSERT(false, /**/);
|
LASSERT(false, /**/);
|
||||||
|
Loading…
Reference in New Issue
Block a user