]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstring.h
Fix build with GNU libstdc++ C++11 ABI
[lyx.git] / src / support / docstring.h
index 5eea0111a3a6f06bd450344d28e99fc7ccdd2dec..096bc00322fdd27d66f0c82775b563c8ea770b88 100644 (file)
 
 namespace lyx {
 
-/**
- * String type for storing the main text in UCS4 encoding.
- * Use std::string only in cases 7-bit ASCII is to be manipulated
- * within the variable.
- */
-typedef std::basic_string<char_type> docstring;
-
 /// Creates a docstring from a C string of ASCII characters
 docstring const from_ascii(char const *);