Boost logo

Boost :

From: peter.gerell_at_[hidden]
Date: 2001-09-05 07:57:34


Hi,
has anyone managed to compile this example with MSVC++ 6.0.

I get the following error:
c:\program files\microsoft visual studio\vc98\include\ostream(316) :
fatal error C1001: INTERNAL COMPILER ERROR
  (compiler file 'E:\8966\vc98\p2\src\P2\ehexcept.c', line 577)

I have disabled all optimizations.

The problem appears only if the following statement is present:
  dijkstra_shortest_paths
    (G, s, distance_map(&d[0]).predecessor_map(&p[0]));

Do You think there is any way to help the compiler out.

If not, does anyone use BGL with MSVC++ 7.
I have tried to do it myself, but I have not managed to get
config.hpp correct yet.

Regards, Peter.


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