From 7bc2a513e79ff8d0ddeacac088ac542f13296905 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 26 Jun 2002 21:10:45 +0000 Subject: [PATCH] Added #idef to Export to add check for support for member templates. --- include/osg/Export | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/osg/Export b/include/osg/Export index 8d09ec540..c75f8c08f 100644 --- a/include/osg/Export +++ b/include/osg/Export @@ -24,6 +24,12 @@ # define SG_EXPORT #endif +#ifdef _MSC_VER +# if (_MSC_VER >= 1300) +# define __STL_MEMBER_TEMPLATES +# endif +#endif + /* Define NULL pointer value */ #ifndef NULL