temporary change to debug cw compile error

[SVN r31967]
This commit is contained in:
Arkadiy Vertleyb
2005-12-09 21:53:03 +00:00
parent 82482f3e38
commit e2f0e47fe3

View File

@ -22,6 +22,11 @@
using namespace std;
// This is temporary -- to check cw (remove later)
typedef std::binary_negate< int > type1;
typedef std::binder1st< int > type2;
// STL containers
BOOST_STATIC_ASSERT(boost::type_of::test<string>::value);