Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-03-15 08:51:01


Having just moved across to a new computer, I started having some
trouble with the intel compiler when used with the msvc6 standard
library. For some reason, the compiler decided to make _MSC_VER == 1300,
regardless of the library in use. I have no idea how it was working
before, but I was unable to keep libs/python/src/object/inheritancee.cpp
compiling without making the following patch:

Index: property_map.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/property_map.hpp,v
retrieving revision 1.39
diff -c -r1.39 property_map.hpp
*** property_map.hpp 18 Dec 2001 16:15:37 -0000 1.39
--- property_map.hpp 15 Mar 2002 13:48:59 -0000
***************
*** 344,350 ****
      IndexMap index;
    };

! #if !defined BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
    template <class RAIter, class ID>
    inline iterator_property_map<
      RAIter, ID,
--- 344,350 ----
      IndexMap index;
    };

! #if !defined BOOST_NO_STD_ITERATOR_TRAITS
    template <class RAIter, class ID>
    inline iterator_property_map<
      RAIter, ID,

...which I have checked in
+---------------------------------------------------------------+
                  David Abrahams
      C++ Booster (http://www.boost.org) O__ ==
      Pythonista (http://www.python.org) c/ /'_ ==
  resume: http://users.rcn.com/abrahams/resume.html (*) \(*) ==
          email: david.abrahams_at_[hidden]
+---------------------------------------------------------------+


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk