]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/check_convert.cpp
Remove non-copyable idioms
[lyx.git] / src / support / tests / check_convert.cpp
index b6fd166827423d31a0b3c06d6dd23f15a4135008..fdc008f5ee03a21b117c49caaee5b7d923744785 100644 (file)
@@ -1,20 +1,14 @@
 #include <config.h>
 
 #include "../convert.h"
-#include "../docstring.h"
 
 #include <iostream>
+#include <string>
 
 using lyx::convert;
 
 using namespace std;
 
-
-namespace lyx {
-       docstring const _(string const & s) { return from_ascii(s); }
-}
-
-
 void convert_int()
 {
        cout << convert<int>("123") << '\n'