MSVC .NET 2003 fix.

This commit is contained in:
ehofman 2004-03-03 19:59:44 +00:00
parent ed29944b91
commit 3462e3b6c1

View File

@ -30,8 +30,8 @@ SG_USING_STD(sort);
SG_USING_STD(find);
SG_USING_STD(vector);
#ifdef _MSC_VER
// MSVC is buggy, and needs something strange here
#if ( _MSC_VER == 1200 )
! // MSVC 6 is buggy, and needs something strange here
SG_USING_STD(vector<SGPropertyNode_ptr>);
SG_USING_STD(vector<SGPropertyChangeListener *>);
SG_USING_STD(vector<SGPropertyNode *>);