]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.C
fix a couple of hard crashes, constify local variables, whitespace changes, some...
[lyx.git] / src / support / lstrings.C
index 547d0790aa234b5876a600fffa0b6cde410fc414..5592d825b38b7e6f557bc9d0543ca1c7becc3517 100644 (file)
@@ -26,9 +26,7 @@
 
 using std::count;
 using std::transform;
-#ifndef __GLIBCPP__
-// The new glibstdc++-v3 has not worked out all the quirks regarding cctype
-// yet. So currently it failes if the to using lines below are stated.
+#ifndef CXX_GLOBAL_CSTD
 using std::tolower;
 using std::toupper;
 #endif