Fixed msvc 7.1 internal compiler error with new boost version

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1190 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-09-02 15:46:05 +00:00
parent dc9053baef
commit 4ad8c9f813
+3
View File
@@ -20,6 +20,9 @@
#define USE_INTRUSIVE_PTR
#endif
// Use slightly less fancy template stuff, so msvc7.1 doesn't crash with an internal compiler error
#define BOOST_SP_NO_SP_CONVERTIBLE
#include <boost/shared_ptr.hpp>
#ifdef USE_INTRUSIVE_PTR
#include <boost/intrusive_ptr.hpp>