MSVC .NET 2003 fix.
This commit is contained in:
parent
ed29944b91
commit
3462e3b6c1
@ -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 *>);
|
||||
|
Loading…
Reference in New Issue
Block a user