From 90f4aa0515a35a9c69039da8190ecb008ee5e866 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 26 Jun 2002 21:11:59 +0000 Subject: [PATCH] Added comment to explain #ifdefs for member templates. --- include/osg/Export | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osg/Export b/include/osg/Export index c75f8c08f..7527b40f1 100644 --- a/include/osg/Export +++ b/include/osg/Export @@ -24,6 +24,7 @@ # define SG_EXPORT #endif +// set up define for whether member templates are supported by VisualStudio compilers. #ifdef _MSC_VER # if (_MSC_VER >= 1300) # define __STL_MEMBER_TEMPLATES