$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: Christian Henning (chhenning_at_[hidden])
Date: 2010-10-28 19:03:44
>>> Once I have removed #define _SECURE_SCL 0 from my program,
>>> craches disappeared.
>>
I remember having the same issue with program_options a while ago. But
why does that happen? What does program_option do that makes it so
fragile without _SECURE_SCL?
Other libs seems to work just fine.
Regards,
Christian