From 143f28e4bd1b1f98b16d0ad23b7466cb52240955 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Fri, 20 Apr 2007 16:06:13 +0000 Subject: [PATCH] Clarify --- Installation/CHANGES | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Installation/CHANGES b/Installation/CHANGES index 488299ee90d..04f26a7fa45 100644 --- a/Installation/CHANGES +++ b/Installation/CHANGES @@ -9,10 +9,11 @@ Additional supported platforms: - Intel C++ compiler 9 - Microsoft Visual C++ compiler 8.0 -CGAL now supports Visual C++ "Checked iterators" as well as "libstdc++ debug mode". +CGAL now supports Visual C++ "Checked iterators" as well as the debug mode +of GNU g++'s STL (-D_GLIBCXX_DEBUG). -CGAL has no longer problems with the preprocessor macros 'min' and 'max' -defined in windows.h +CGAL now works around the preprocessor macros 'min' and 'max' defined +in which were clashing with min/max functions. 2 Installation