14 Dec
2005
14 Dec
'05
10:03 p.m.
Hi there, Can anybody tell me if Boost.Build defines _SECURE_SCL as 0 when building is using the vc-8 toolset? If not, has anybody noticed any slowdown in boost libraries for using the new "secure" runtime? What about _HAS_ITERATOR_DEBUGGING in debug builds? Is it defined as 0 by Boost.Build when using the VC-8 toolset? I just spent a few minutes figuring out a compiler error with std::lower_bound that happened to be caused by the "Checked Iterators" feature, so I was wondering if boost disables this. Thanks Delfin Rojas