]> git.lyx.org Git - lyx.git/blobdiff - src/support/functional.h
Do not use of boost::tokenizer
[lyx.git] / src / support / functional.h
index bb60029611ec5c73b08c9202ee78819849c44645..5d373d1d14b2cf4e85a0476660e0578a1207800a 100644 (file)
 #ifndef LYX_FUNCTIONAL_H
 #define LYX_FUNCTIONAL_H
 
-#ifdef LYX_USE_TR1
-
-#include <functional>
-
-#ifdef __GNUC__
-#include <tr1/functional>
-#endif
-
-#define LYX_FUNCTIONAL_NS std::tr1
-
-#elif __cplusplus >= 201103L
+#ifdef LYX_USE_CXX11
 
 #include <functional>
 #define LYX_FUNCTIONAL_NS std