Added #idef to Export to add check for support for member templates.

This commit is contained in:
Robert Osfield 2002-06-26 21:10:45 +00:00
parent 7c95922300
commit 7bc2a513e7

View File

@ -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