]> git.lyx.org Git - features.git/blobdiff - src/support/bind.h
Get rid of tr1 support
[features.git] / src / support / bind.h
index 1931b163ec2f140a2ef7398031928a111811ebee..08dd71a88598b4822455775286ba896a25da875e 100644 (file)
 
 #include "support/functional.h"
 
-#ifdef LYX_USE_TR1
-
-#define LYX_BIND_NS std::tr1
-
-namespace lyx
-{
-       using std::tr1::placeholders::_1;
-       using std::tr1::placeholders::_2;
-}
-
-#elif __cplusplus >= 201103L
+#if __cplusplus >= 201103L
 
 #define LYX_BIND_NS std