Boost logo

Boost Users :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2005-08-10 13:34:16


Hartmut Kaiser wrote:
> This is the dreaded buffer overrun run bug of VC7.1. It occurs whenever the
> code gets too complex for the compiler. AFAIK, there is no known workaround

disabling few compiler options sometimes helps. These are:
- whole program optimization (/GL) ,
- minimal rebuild /Gm
- edit and continue /ZI (use /Zi or /Z7 instead)

B.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net