X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Ftests%2Fboost.cpp;h=09d701dfd51980046a88cd3919d3d34cc4292619;hb=c48091f33a773732fa6c789927e5833e44108d9d;hp=ba895204bc4c7ba892fc5f1a693ba75b613163bb;hpb=8aa1bf1f5cd6cdadccb45675e2084a6414aea8b7;p=lyx.git diff --git a/src/frontends/tests/boost.cpp b/src/frontends/tests/boost.cpp index ba895204bc..09d701dfd5 100644 --- a/src/frontends/tests/boost.cpp +++ b/src/frontends/tests/boost.cpp @@ -3,17 +3,16 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ #include -#include - #include -#include +#include +#include using namespace std; @@ -22,6 +21,7 @@ namespace boost { #ifndef BOOST_NO_EXCEPTIONS void throw_exception(exception const & /*e*/) { + cerr<<"ASSERTION VIOLATED IN biblio test"; BOOST_ASSERT(false); } #endif