Boost logo

Boost :

From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-04-22 06:39:55


On Apr 21, 2005, at 11:38 PM, Victor A. Wagner Jr. wrote:

> At Thursday 2005-04-21 19:40, you wrote:
>
>> On Apr 21, 2005, at 12:22 AM, Joel wrote:
>>> Ok. Done. Well, at least I am able to compile
>>> read_graphviz_spirit.cpp.
>>> Is that all?
>>
>> Thanks! VC 7.1 is up and running and I'm a happier man for it :)
>
> I was getting buffer overrun errors when compiling that... is it now
> fixed?
> I think they've gone away. I was chasing it earlier today, but dint'
> see anything obvious.
> What was it, btw??

I ended up having to add /GR- to the compiler options, to turn off RTTI
inside that source file. Otherwise we get buffer overrun errors from
the compiler... but everything seems to work fine once we've done that.

        Doug


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