$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] std::string corrupt after including boost
From: dhruva (dhruvakm_at_[hidden])
Date: 2010-10-28 12:10:56
Hi,
On Thu, Oct 28, 2010 at 9:20 PM, Simon Adler
<Simon.Adler_at_[hidden]> wrote:
>
> If i start the application in Debug mode i get strange behavior of my
> strings which results in
> a crash. For example an assignment like
>
I hope you are linking against the debug boost libraries. I have
noticed such problems if you use boost release built libraries with
debug build of your application.
-dhruva