]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.cpp
Now that exceptions are allowed, handle gracefully the case where a Buffer temp direc...
[lyx.git] / src / support / convert.cpp
index b7ce3fc90bd33ee2d17ce1a707fbbf105c3cd880..125d40492c97eeef2662a5c0b9bcb2a204efd87f 100644 (file)
 
 #include <string>
 
+using namespace std;
 
 namespace lyx {
 
 using boost::lexical_cast;
 
-using std::string;
-
-
 template<>
 string convert<string>(bool b)
 {