From 3795b8dc9c7741b3bb52e93d90e9dfdccd247cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 20 Jan 2012 15:01:53 +0000 Subject: [PATCH] revert part of my commit 67333 (windows testsuite was actually broken so it was working:) --- STL_Extension/include/CGAL/tags.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/STL_Extension/include/CGAL/tags.h b/STL_Extension/include/CGAL/tags.h index 79ac1f43a88..5e29385a4d1 100644 --- a/STL_Extension/include/CGAL/tags.h +++ b/STL_Extension/include/CGAL/tags.h @@ -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; };