Boost logo

Boost :

From: jsiek_at_[hidden]
Date: 2000-10-04 11:35:07


Andreas Scherer writes:
> Using MSVC-- 6.0 sp3 here at the office, I'd like to request the
> following two changes:
>
> <miles_span.cpp>, line 47: MSVC requires that "get()" is fully
> qualified with "boost::".
>
> <prim.cpp>, lines 81--84: MSVC has a problem with the name clash
> between "enum { .. i .. }" and "iterator i". I suggest to rename the
> "iterator i" to "ii".

Done.

> Currently I'm still in the process of getting the "graph" stuff to
> work with MSVC-- 6.0 sp3. I have already applied major surgery to
> the <xlocnum> headerfile of the compiler in order to get a bunch of
> example programs to compile. Apart of several "internal compiler
> error" problems there are a few other problems I'm trying to fix for
> this particular setup. I'll report on this ASAP.

One thing I've noticed with VC++ is that if I use the -MD flag I get
compiler errors in <xlocnum>, but if I don't use -MD, no errors.
Anyone seen this problem and know the cause?

Thanks,

Jeremy


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