X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fbind.h;h=5a734ff931ae31460bcb8f36caeb8bca2c5ee1ee;hb=8d640dc77608bedddb5b00982c23665584f52d21;hp=efd3267de5ceb17667e94ed351b114d447ebf368;hpb=d0feccc7ed4025f6348644b3a91be757e10ced77;p=lyx.git diff --git a/src/support/bind.h b/src/support/bind.h index efd3267de5..5a734ff931 100644 --- a/src/support/bind.h +++ b/src/support/bind.h @@ -14,27 +14,13 @@ #include "support/functional.h" -#ifdef LYX_USE_TR1 - namespace lyx { - using std::tr1::bind; - using std::tr1::placeholders::_1; - using std::tr1::placeholders::_2; - using std::tr1::ref; + using std::placeholders::_1; + using std::placeholders::_2; + using std::bind; + using std::ref; } -#else - -#include - -namespace lyx -{ - using boost::bind; - using boost::ref; -} - -#endif - #endif