Subject: Re: [Boost-users] std::string corrupt after including boost
From: Igor R (boost.lists_at_[hidden])
Date: 2010-10-29 08:24:12


> First i think the _SECURE_SCL Problem was the main problem. I solved this
> calling
> ./bjam link=shared cxxflags=-D_SECURE_SCL

But this is the default...
Or maybe you mean cxxflags=-D_SECURE_SCL=0 ?