From 6b7e1b79331d5bc035dc54933fd1d9a0862eeaf7 Mon Sep 17 00:00:00 2001 From: Geert-Jan Giezeman Date: Wed, 6 Oct 1999 12:42:20 +0000 Subject: [PATCH] Added CGAL_SCOPE macro --- Packages/Configuration/include/CGAL/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Packages/Configuration/include/CGAL/config.h b/Packages/Configuration/include/CGAL/config.h index 3774bdb2d9f..8c52646b902 100644 --- a/Packages/Configuration/include/CGAL/config.h +++ b/Packages/Configuration/include/CGAL/config.h @@ -36,10 +36,12 @@ #ifdef _MSC_VER +# define CGAL_SCOPE # define CGAL_LIMITED_ITERATOR_TRAITS_SUPPORT 1 # include # include #else // not _MSC_VER +# define CGAL_SCOPE CGAL:: # define CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC(a) #endif // _MSC_VER