]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/boost.cpp
tex2lyx/text.cpp: take care of the brace pair after comment environments that are...
[lyx.git] / src / tex2lyx / boost.cpp
index e073058e87a3a9a4a503667283c6e2282008bcac..7efe686a4925492547f61f4d50a0c5cf74874ce3 100644 (file)
 #include <exception>
 #include <ostream>
 
-
-using std::endl;
+using namespace std;
 
 namespace boost {
 
-void throw_exception(std::exception const & e)
+void throw_exception(exception const & e)
 {
        lyx::lyxerr << "Exception caught:\n"
               << e.what() << endl;