$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [boost.build] should we not define _SECURE_SCL=0bydefault for all msvc toolsets
From: Edouard A. (edouard_at_[hidden])
Date: 2008-12-20 16:45:26
> I read about people running into them frequently enough on internal
> discussion aliases at microsoft (where I work) and recall just last
> week I believe someone who ran into a perf issue on this newgroup while
> writing a sorting algorithm
That was me and the performance difference is significant with
_SECURE_SCL=0. I leave it on for debug only.
-- EA