]> git.lyx.org Git - lyx.git/blobdiff - src/ErrorList.cpp
use return value of regex_match to check whether a match was found
[lyx.git] / src / ErrorList.cpp
index a9e1212203b45ef84ad51ad691293a5bf7f289b0..be395cbd2ebaca4e48b44273654bcf2573aebb45 100644 (file)
 
 #include "ErrorList.h"
 
+using namespace std;
 
 namespace lyx {
 
-using std::string;
 
 ErrorItem::ErrorItem(docstring const & error_, docstring const & description_,
                     int par_id_, pos_type pos_start_, pos_type pos_end_)