mirror of
https://github.com/boostorg/typeof.git
synced 2025-07-29 20:37:28 +02:00
temporary change to debug cw compile error
[SVN r31967]
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user