[SVN r31991]
This commit is contained in:
Arkadiy Vertleyb
2005-12-12 00:00:23 +00:00
parent 300eb8cf28
commit 8e1cd1f44d

View File

@ -24,8 +24,13 @@ using namespace std;
// This is temporary -- to check cw (remove later)
typedef std::binary_negate< int > type1;
typedef std::binder1st< int > type2;
#if defined(_MSL_EXTENDED_BINDERS)
typedef std::binder1st< int, int > type1;
typedef std::binder2nd< int, int > type2;
#else
typedef std::binder1st< int > type1;
typedef std::binder2nd< int > type2;
#endif
// STL containers