w/a cw externel binders

[SVN r32069]
This commit is contained in:
Arkadiy Vertleyb
2005-12-16 11:44:47 +00:00
parent 8e1cd1f44d
commit 136960eaf6
2 changed files with 14 additions and 18 deletions

View File

@ -22,16 +22,6 @@
using namespace std;
// This is temporary -- to check cw (remove later)
#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
BOOST_STATIC_ASSERT(boost::type_of::test<string>::value);