]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxalgo.h
Various fixes look at ChangeLog
[lyx.git] / src / support / lyxalgo.h
index 27cae60bb5ef76dae0816989969857f5f2d27aaa..8e243bd506c0c57cf6db838dac64b7759abd4bfe 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <algorithm>
 
-using std::less;
+// using std::less;
 
 // Both these functions should ideally be placed into namespace lyx.
 // Also the using std::less should not be used.