Boost logo

Boost :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2000-11-21 22:03:52


By file dependency example, you mean the one in graph/examples right?

I tried to reproduce your problem... found a couple unrelated minor
problems, but not the error you show here... I got a lot of warnings about
255 characters... got rid of those by adding #include <boost/config.hpp>
at the very top of the file. config.hpp contains some pragmas that
suppress those warnings. I also saw some problems in
uniform_cost_search.hpp, which I've fixed.

BTW, which VC++ are you using 6.0 or 6.0 service pack 3?

Ciao,

Jeremy

On Wed, 22 Nov 2000 npratt_at_[hidden] wrote:

> Hi
>
> Im trying to compile the file dependency example under MSVC6 - I made
> a simple console application, added the boost_1_18_3 to my include
> path, and hit compile, but Im getting 40 pages of STL errors when I
> do this (maybe not 40 pages, but its enough..)
>
> d:\data\code\boost_1_18_3\boost\detail\ob_compressed_pair.hpp(56) :
> error C2665: 'test' : none of the 2 overloads can convert parameter 1
> from type 'class boost::co....................
>
>
> What am I missing here - Im assuming that this works under VC6? Could
> someone either point out my error, or send me a simple zipped VC6
> project that compiles this example?
>
> Thanks
>
> Nick
>
>
>
>
>

----------------------------------------------------------------------
 Jeremy Siek www: http://www.lsc.nd.edu/~jsiek/
 Ph.D. Candidate email: jsiek_at_[hidden]
 Univ. of Notre Dame work phone: (219) 631-3906
----------------------------------------------------------------------


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