]> git.lyx.org Git - lyx.git/blobdiff - src/support/functional.h
Do not use of boost::tokenizer
[lyx.git] / src / support / functional.h
index b86551d6f609a49e2db107e1baa9f93b71660ef2..5d373d1d14b2cf4e85a0476660e0578a1207800a 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef LYX_FUNCTIONAL_H
 #define LYX_FUNCTIONAL_H
 
-#if __cplusplus >= 201103L
+#ifdef LYX_USE_CXX11
 
 #include <functional>
 #define LYX_FUNCTIONAL_NS std