From e2f0e47fe3f4d694856edbaf2592c0543c086761 Mon Sep 17 00:00:00 2001 From: Arkadiy Vertleyb Date: Fri, 9 Dec 2005 21:53:03 +0000 Subject: [PATCH] temporary change to debug cw compile error [SVN r31967] --- test/std.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/std.cpp b/test/std.cpp index 1cce1d2..f4db419 100755 --- a/test/std.cpp +++ b/test/std.cpp @@ -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::value);