mirror of https://github.com/CGAL/cgal
revert part of my commit 67333
(windows testsuite was actually broken so it was working:)
This commit is contained in:
parent
d27f1eec32
commit
3795b8dc9c
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue