revert part of my commit 67333

(windows testsuite was actually broken so it was working:)
This commit is contained in:
Sébastien Loriot 2012-01-20 15:01:53 +00:00
parent d27f1eec32
commit 3795b8dc9c
1 changed files with 2 additions and 7 deletions

View File

@ -50,13 +50,8 @@ inline bool check_tag( Tag_false) {return false;}
struct Null_tag {};
struct Null_functor {
//SL: I commented the following because I fixed
//in Interval_traits.h the global functions intersection and hull
//to check that the type is really an interval
// #if defined(BOOST_MSVC) //temporary fix for VC
// typedef Null_tag result_type;
// typedef Null_tag second_argument_type;
// #endif
typedef Null_tag result_type;
typedef Null_tag second_argument_type;
};