forked from boostorg/typeof
w/a cw externel binders
[SVN r32069]
This commit is contained in:
10
test/std.cpp
10
test/std.cpp
@ -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);
|
||||
|
Reference in New Issue
Block a user