Commit 0e99f433 authored by twanvl's avatar twanvl

Fixed msvc 7.1 internal compiler error with new boost version

parent 910d3e4d
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
#define USE_INTRUSIVE_PTR #define USE_INTRUSIVE_PTR
#endif #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> #include <boost/shared_ptr.hpp>
#ifdef USE_INTRUSIVE_PTR #ifdef USE_INTRUSIVE_PTR
#include <boost/intrusive_ptr.hpp> #include <boost/intrusive_ptr.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment